Function windows::Win32::System::Threading::CreateSemaphoreA
pub unsafe fn CreateSemaphoreA<P0>(
lpsemaphoreattributes: Option<*const SECURITY_ATTRIBUTES>,
linitialcount: i32,
lmaximumcount: i32,
lpname: P0,
) -> Result<HANDLE>where
P0: Param<PCSTR>,