GetStringInfoPath method

Pointer<Char> GetStringInfoPath(
  1. Pointer<StringInfo> arg0
)

Implementation

ffi.Pointer<ffi.Char> GetStringInfoPath(
  ffi.Pointer<StringInfo> arg0,
) {
  return _GetStringInfoPath(
    arg0,
  );
}