windows::Win32::System::Threading

Function CreateMutexA

pub unsafe fn CreateMutexA<P2>(
    lpmutexattributes: Option<*const SECURITY_ATTRIBUTES>,
    binitialowner: bool,
    lpname: P2,
) -> Result<HANDLE>
where P2: Param<PCSTR>,