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