#[no_mangle]
pub unsafe extern "C" fn string_paths_iterator_new(
fst: *const CFst,
res_iterator: *mut *const CStringPathsIterator<'_>,
) -> RUSTFST_FFI_RESULT
Expand description
ยงSafety
The pointers should be valid.
#[no_mangle]
pub unsafe extern "C" fn string_paths_iterator_new(
fst: *const CFst,
res_iterator: *mut *const CStringPathsIterator<'_>,
) -> RUSTFST_FFI_RESULT
The pointers should be valid.