Function CreateCursor

Source
pub unsafe extern "C" fn CreateCursor(
    hInst: HINSTANCE,
    xHotSpot: c_int,
    yHotSpot: c_int,
    nWidth: c_int,
    nHeight: c_int,
    pvANDPlane: *const c_void,
    pvXORPlane: *const c_void,
) -> HCURSOR