[][src]Function fermium::SDL_CreateCursor

pub unsafe extern "C" fn SDL_CreateCursor(
    data: *const Uint8,
    mask: *const Uint8,
    w: c_int,
    h: c_int,
    hot_x: c_int,
    hot_y: c_int
) -> *mut SDL_Cursor