// Copyright © 2015, Peter Atashian // Licensed under the MIT License //! ApiSet Contract for api-ms-win-core-synch-l1 pub type SRWLOCK = ::RTL_SRWLOCK; pub type PSRWLOCK = *mut ::RTL_SRWLOCK; pub type SYNCHRONIZATION_BARRIER = ::RTL_BARRIER; pub type PSYNCHRONIZATION_BARRIER = ::PRTL_BARRIER; pub type LPSYNCHRONIZATION_BARRIER = ::PRTL_BARRIER; pub type PINIT_ONCE_FN = Option ::BOOL>; pub type PTIMERAPCROUTINE = Option;