[][src]Type Definition fermium::SDL_calloc_func

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