[][src]Type Definition sdl2_sys::SDL_realloc_func

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