First, move the code for conversion from pager.c to commctrl.c. Then, made the changes for COMCTL32_AdjustUnicodeBuffer() in a second commit.
I did that in different order.
If order is important, in which file should ```c typedef struct { WCHAR *address; DWORD sizeInBytes; } COMCTL32_UnicodeBuffer; ``` be?