Function ion_c_sys::ion_reader_close[][src]

pub unsafe extern "C" fn ion_reader_close(hreader: hREADER) -> iERR
Expand description

Closes a reader and releases associated memory. The caller is responsible for releasing the underlying buffer (if any). After calling this method the given handle will no longer be value.

@param hreader must be a valid handle.