Function rustfst_ffi::fst::fst_set_input_symbols

source ·
#[no_mangle]
pub unsafe fn fst_set_input_symbols(
    fst: *mut CFst,
    symt: *const CSymbolTable
) -> RUSTFST_FFI_RESULT
Expand description

Attaches an input SymbolTable to the Fst. The SymbolTable is not duplicated with the use of Arc.

§Safety

The pointers should be valid.