Function SetWindowsHookA

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