Function windows_sys::Win32::System::Threading::CreateSemaphoreExA

pub unsafe extern "system" fn CreateSemaphoreExA(
    lpsemaphoreattributes: *const SECURITY_ATTRIBUTES,
    linitialcount: i32,
    lmaximumcount: i32,
    lpname: PCSTR,
    dwflags: u32,
    dwdesiredaccess: u32,
) -> HANDLE