windows::Win32::System::Threading

Function CreateSemaphoreW

pub unsafe fn CreateSemaphoreW<P3>(
    lpsemaphoreattributes: Option<*const SECURITY_ATTRIBUTES>,
    linitialcount: i32,
    lmaximumcount: i32,
    lpname: P3,
) -> Result<HANDLE>
where P3: Param<PCWSTR>,