[][src]Type Definition sdl2_sys::SDL_calloc_func

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