#[no_mangle]
pub extern "C" fn string_path_istring(
    c_string_path: *const CStringPath,
    c_istring: *mut *const c_char
) -> RUSTFST_FFI_RESULT