pub unsafe fn CreateCursor<P0>(
    hinst: P0,
    xhotspot: i32,
    yhotspot: i32,
    nwidth: i32,
    nheight: i32,
    pvandplane: *const c_void,
    pvxorplane: *const c_void
) -> Result<HCURSOR>
where P0: IntoParam<HINSTANCE>,