windows::Win32::System::Threading

Function CreateSemaphoreA

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