pub unsafe fn DsInheritSecurityIdentityW<P2, P3>( hds: HANDLE, flags: Option<u32>, srcprincipal: P2, dstprincipal: P3, ) -> u32where P2: Param<PCWSTR>, P3: Param<PCWSTR>,