[][src]Type Definition sdl2_sys::SDL_calloc_func

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