Type Definition spng_sys::spng_malloc_fn[][src]

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