#[no_mangle]
pub extern "C" fn symt_copy(
    symt: *const CSymbolTable,
    cloned_symt: *mut *const CSymbolTable
) -> RUSTFST_FFI_RESULT