Type Definition eccodes_sys::grib_malloc_proc

source ·
pub type grib_malloc_proc = Option<unsafe extern "C" fn(c: *const grib_context, length: usize) -> *mut c_void>;