Function windows::Win32::System::WindowsProgramming::OpenMutexA
pub unsafe fn OpenMutexA<P0, P1>(
dwdesiredaccess: u32,
binherithandle: P0,
lpname: P1,
) -> HANDLEwhere
P0: Param<BOOL>,
P1: Param<PCSTR>,