Function ion_c_sys::ion_symbol_table_load[][src]

pub unsafe extern "C" fn ion_symbol_table_load(
    hreader: hREADER,
    owner: hOWNER,
    p_hsymtab: *mut hSYMTAB
) -> iERR

Deserializes a symbol table (shared or local) from the given reader. @param hreader - The reader, positioned at the start of the symbol table struct. @param owner - Handle to the new symbol table’s memory owner. If NULL, the resulting symbol table is its own memory owner and must be freed using ion_symbol_table_close. @param p_hsymtab - Pointer to a handle to the newly-allocated symbol table.