pub unsafe fn joySetCapture<P0, P1>(
    hwnd: P0,
    ujoyid: u32,
    uperiod: u32,
    fchanged: P1
) -> u32
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,