pub unsafe fn SetTimer<P0>(
    hwnd: P0,
    nidevent: usize,
    uelapse: u32,
    lptimerfunc: TIMERPROC
) -> usize
where P0: IntoParam<HWND>,