pub unsafe fn CallNextHookEx<P0, P1, P2>(
    hhk: P0,
    ncode: i32,
    wparam: P1,
    lparam: P2
) -> LRESULT
where P0: IntoParam<HHOOK>, P1: IntoParam<WPARAM>, P2: IntoParam<LPARAM>,