pub unsafe extern "system" fn SetWindowsHookExW(
    idHook: c_int,
    lpfn: HOOKPROC,
    hmod: HINSTANCE,
    dwThreadId: DWORD
) -> HHOOK