Function rustfst_ffi::iterators::state_iterator_new

source ·
#[no_mangle]
pub unsafe extern "C" fn state_iterator_new(
    fst_ptr: *mut CVecFst,
    iter_ptr: *mut *const CStateIterator
) -> RUSTFST_FFI_RESULT
Expand description

§Safety

The pointers should be valid.