#ifndef _NTRTL_H
_Releases_exclusive_lock_(*CriticalSection)
NTSYSAPI
NTSTATUS
NTAPI
RtlLeaveCriticalSection(
_Inout_ PRTL_CRITICAL_SECTION CriticalSection
);
View code on GitHubReleases ownership of the specified critical section object.
LeaveCriticalSection maps directly to this function.