Function sdl2_sys::SDL_CreateRGBSurfaceWithFormatFrom
source ยท pub unsafe extern "C" fn SDL_CreateRGBSurfaceWithFormatFrom(
pixels: *mut c_void,
width: c_int,
height: c_int,
depth: c_int,
pitch: c_int,
format: Uint32,
) -> *mut SDL_Surface