Function windows_sys::Win32::UI::WindowsAndMessaging::SetWindowsHookExW

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