Function eccodes_sys::grib_copy_namespace[][src]

pub unsafe extern "C" fn grib_copy_namespace(
    dest: *mut grib_handle,
    name: *const c_char,
    src: *mut grib_handle
) -> c_int
Expand description

Copy the keys belonging to a given namespace from a source handle to a destination handle

@param dest : destination handle @param name : namespace @param src : source handle @return 0 if OK, integer value on error