pub unsafe extern "system" fn CreateCursor(
    hInst: *mut HINSTANCE__,
    xHotSpot: i32,
    yHotSpot: i32,
    nWidth: i32,
    nHeight: i32,
    pvAndPlane: *const c_void,
    pvXORPlane: *const c_void
) -> *mut HICON__