CreateMutexW

Function CreateMutexW 

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