GetStringInfoLength method

int GetStringInfoLength(
  1. Pointer<StringInfo> arg0
)

Implementation

int GetStringInfoLength(
  ffi.Pointer<StringInfo> arg0,
) {
  return _GetStringInfoLength(
    arg0,
  );
}