SetWindowsHookA

Function SetWindowsHookA 

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