StringInfoToDigest method

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

Implementation

ffi.Pointer<ffi.Char> StringInfoToDigest(
  ffi.Pointer<StringInfo> arg0,
) {
  return _StringInfoToDigest(
    arg0,
  );
}