ReleaseSRWLockExclusive method
Implementation
void ReleaseSRWLockExclusive(
ffi.Pointer<PRTL_SRWLOCK> SRWLock,
) {
return (_ReleaseSRWLockExclusive ??= _dylib.lookupFunction<
_c_ReleaseSRWLockExclusive,
_dart_ReleaseSRWLockExclusive>('ReleaseSRWLockExclusive'))(
SRWLock,
);
}