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