Function ion_c_sys::ion_symbol_table_unload[][src]

pub unsafe extern "C" fn ion_symbol_table_unload(
    hsymtab: hSYMTAB,
    hwriter: hWRITER
) -> iERR
Expand description

Serializes a symbol table (shared or local) using the given writer. @param hsymtab - The symbol table to serialize. @param hwriter - The writer (text or binary).