pub unsafe extern "system" fn SetWindowsHookExW(
    idhook: WINDOWS_HOOK_ID,
    lpfn: HOOKPROC,
    hmod: HINSTANCE,
    dwthreadid: u32
) -> HHOOK
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’