pub unsafe extern "C" fn ion_symbol_table_get_system_table(
    p_hsystem_table: *mut hSYMTAB,
    version: i32
) -> iERR
Expand description

Gets the global system symbol table for the given Ion version. This global system symbol table must never be closed. @param p_hsystem_table - Pointer to a handle to the global system symbol table. @param version - The Ion version. Currently, must be 1.