Function eccodes_sys::codes_keys_iterator_next[][src]

pub unsafe extern "C" fn codes_keys_iterator_next(
    kiter: *mut codes_keys_iterator
) -> c_int
Expand description

Step to the next item from the keys iterator. @param kiter : valid codes_keys_iterator @return 1 if next iterator exists, 0 if no more elements to iterate on