Function ion_c_sys::ion_symbol_table_clone[][src]

pub unsafe extern "C" fn ion_symbol_table_clone(
    hsymtab: hSYMTAB,
    p_hclone: *mut hSYMTAB
) -> iERR
Expand description

Clones the given symbol table, using that symbol table’s memory owner as the owner of the newly allocated symbol table. @param hsymtab - They symbol table to clone. @param p_hclone - Pointer to a handle to the newly-allocated symbol table clone.