Function sdl2_sys::SDL_RWFromMem

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