codes_realloc_proc

Type Alias codes_realloc_proc 

Source
pub type codes_realloc_proc = Option<unsafe extern "C" fn(c: *const codes_context, data: *mut c_void, length: usize) -> *mut c_void>;

Aliased Type§

pub enum codes_realloc_proc {
    None,
    Some(unsafe extern "C" fn(*const grib_context, *mut c_void, usize) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const grib_context, *mut c_void, usize) -> *mut c_void)

Some value of type T.