windows::Win32::System::WindowsProgramming

Function OpenMutexA

pub unsafe fn OpenMutexA<P2>(
    dwdesiredaccess: u32,
    binherithandle: bool,
    lpname: P2,
) -> HANDLE
where P2: Param<PCSTR>,