Type Definition eccodes_sys::grib_realloc_proc[][src]

type grib_realloc_proc = Option<unsafe extern "C" fn(c: *const grib_context, data: *mut c_void, length: size_t) -> *mut c_void>;
Expand description

Grib realloc procedure, format of a procedure referenced in the context that is used to reallocate memory @param c : the context where the memory allocation will apply @param data : pointer to the data to be reallocated @param length : length to be allocated in number of bytes @return a pointer to the allocated memory