Function ion_c_sys::ion_writer_options_initialize_shared_imports[][src]

pub unsafe extern "C" fn ion_writer_options_initialize_shared_imports(
    options: *mut ION_WRITER_OPTIONS
) -> iERR

Initializes the options’ imports list. This must be done before calling ion_writer_options_add_*. NOTE: This does NOT need to be called if the writer does not need to use shared imports. @param options - The writer options containing the imports list to initialize.