Type Definition spng_sys::spng_calloc_fn[][src]

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