pub unsafe extern "system" fn SetWindowsHookA(
    nfiltertype: i32,
    pfnfilterproc: HOOKPROC
) -> HHOOK
Expand description

Required features: "Win32_Foundation"