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