pub unsafe extern "C" fn grib_iterator_delete(
    i: *mut grib_iterator
) -> c_int
Expand description

Frees a geoiterator from memory

@param i : the geoiterator @return 0 if OK, integer value on error