windows::Win32::System::Threading

Function CreateMutexExW

pub unsafe fn CreateMutexExW<P1>(
    lpmutexattributes: Option<*const SECURITY_ATTRIBUTES>,
    lpname: P1,
    dwflags: u32,
    dwdesiredaccess: u32,
) -> Result<HANDLE>
where P1: Param<PCWSTR>,