Function windows::Win32::System::Threading::CreateMutexW
pub unsafe fn CreateMutexW<P0, P1>(
lpmutexattributes: Option<*const SECURITY_ATTRIBUTES>,
binitialowner: P0,
lpname: P1,
) -> Result<HANDLE>where
P0: Param<BOOL>,
P1: Param<PCWSTR>,