Function windows_sys::Win32::System::Threading::CreateSemaphoreW
pub unsafe extern "system" fn CreateSemaphoreW(
lpsemaphoreattributes: *const SECURITY_ATTRIBUTES,
linitialcount: i32,
lmaximumcount: i32,
lpname: PCWSTR,
) -> HANDLE