Function rustfst_ffi::tr::tr_set_next_state

source ·
#[no_mangle]
pub unsafe extern "C" fn tr_set_next_state(
    tr: *mut CTr,
    next_state: *const CStateId
) -> RUSTFST_FFI_RESULT
Expand description

§Safety

The pointers should be valid.