Type Definition eccodes_sys::grib_realloc_proc

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