On Tue Nov 1 16:34:38 2022 +0000, Jacek Caban wrote:
While it avoids 64-bit/32-bit pointer mismatch, it still exposes Unix "kernel" pointers to PE "user" modules, which does not match unixlib design.
@jacek Would it help to inline the `user32_callback_params` struct into the params for the callback (in other words prepending a `struct user32_callback_params` to the args and removing the `args` pointer)?