Function rustfst_ffi::fst::fst_output_symbols

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

Retrieves the output SymbolTable associated to the Fst. If no SymbolTable has been previously attached then a null pointer is returned.

§Safety

The pointers should be valid.