Function eccodes_sys::grib_dump_content[][src]

pub unsafe extern "C" fn grib_dump_content(
    h: *const grib_handle,
    out: *mut FILE,
    mode: *const c_char,
    option_flags: c_ulong,
    arg: *mut c_void
)
Expand description

Print all keys, with the context print procedure and dump mode to a resource

@param h : the handle to be printed @param out : output file handle @param mode : Examples of available dump modes: debug wmo @param option_flags : all the GRIB_DUMP_FLAG_x flags can be used @param arg : used to provide a format to output data (experimental)