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