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