[][src]Type Definition sdl2_sys::SDL_malloc_func

type SDL_malloc_func = Option<unsafe extern "C" fn(size: size_t) -> *mut c_void>;