Function eccodes_sys::codes_handle_delete[][src]

pub unsafe extern "C" fn codes_handle_delete(
    h: *mut codes_handle
) -> c_int
Expand description

Frees a handle, also frees the message if it is not a user message @see codes_handle_new_from_message @param h : The handle to be deleted @return 0 if OK, integer value on error