Function rustfst_ffi::string_path::string_path_ostring

source ·
#[no_mangle]
pub unsafe extern "C" fn string_path_ostring(
    c_string_path: *const CStringPath,
    c_ostring: *mut *const c_char
) -> RUSTFST_FFI_RESULT
Expand description

§Safety

The pointers should be valid.