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