[][src]Function winapi::um::winuser::CreateCursor

pub unsafe extern "system" fn CreateCursor(
    hInst: HINSTANCE,
    xHotSpot: c_int,
    yHotSpot: c_int,
    nWidth: c_int,
    nHeight: c_int,
    pvAndPlane: *const VOID,
    pvXORPlane: *const VOID
) -> HCURSOR