Type Definition eccodes_sys::grib_print_proc[][src]

pub type grib_print_proc = Option<unsafe extern "C" fn(c: *const grib_context, descriptor: *mut c_void, mesg: *const c_char)>;
Expand description

Grib print proc, format of a procedure referenced in the context that is used to print external messages

@param c : the context where the logging will apply @param descriptor : the structure to be printed on, must match the implementation @param mesg : the message to be printed