Function SetWindowsHookW

Source
pub unsafe extern "C" fn SetWindowsHookW(
    nFilterType: c_int,
    pfnFilterProc: HOOKPROC,
) -> HHOOK