SetWindowsHookExW

Function SetWindowsHookExW 

Source
pub unsafe fn SetWindowsHookExW<'a, T2__: IntoParam<'a, HINSTANCE>>(
    idhook: SetWindowsHookEx_idHook,
    lpfn: Option<HOOKPROC>,
    hmod: T2__,
    dwthreadid: u32,
) -> HHOOK