[][src]Function sdl2_sys::SDL_CreateRGBSurfaceFrom

pub unsafe extern "C" fn SDL_CreateRGBSurfaceFrom(
    pixels: *mut c_void,
    width: c_int,
    height: c_int,
    depth: c_int,
    pitch: c_int,
    Rmask: Uint32,
    Gmask: Uint32,
    Bmask: Uint32,
    Amask: Uint32
) -> *mut SDL_Surface