#[unsafe(no_mangle)]pub unsafe extern "C" fn string_path_ostring(
c_string_path: *const CStringPath,
c_ostring: *mut *const c_char,
) -> RUSTFST_FFI_RESULTExpand description
ยงSafety
The pointers should be valid.
#[unsafe(no_mangle)]pub unsafe extern "C" fn string_path_ostring(
c_string_path: *const CStringPath,
c_ostring: *mut *const c_char,
) -> RUSTFST_FFI_RESULTThe pointers should be valid.