GetLengthSid method

int GetLengthSid(
  1. Pointer<Void> pSid
)

Implementation

int GetLengthSid(
  ffi.Pointer<ffi.Void> pSid,
) {
  return (_GetLengthSid ??= _dylib
      .lookupFunction<_c_GetLengthSid, _dart_GetLengthSid>('GetLengthSid'))(
    pSid,
  );
}