#[unsafe(no_mangle)]pub unsafe extern "C" fn fst_compose( fst_1: *const CFst, fst_2: *const CFst, composition_ptr: *mut *const CFst, ) -> RUSTFST_FFI_RESULT
The pointers should be valid.