Function sdl2_sys::SDL_RWFromMem

source ยท
pub unsafe extern "C" fn SDL_RWFromMem(
    mem: *mut c_void,
    size: c_int,
) -> *mut SDL_RWops