Function ion_c_sys::ion_writer_options_add_shared_imports_symbol_tables[][src]

pub unsafe extern "C" fn ion_writer_options_add_shared_imports_symbol_tables(
    options: *mut ION_WRITER_OPTIONS,
    imports: *mut *mut ION_SYMBOL_TABLE,
    imports_count: SIZE
) -> iERR
Expand description

Adds the given array of ION_SYMBOL_TABLE (which must be shared symbol tables) to the options’ imports list. ion_writer_options_initialize_shared_imports must have been called first. The given array must not contain a system symbol table.