pub unsafe fn EqualDomainSid<P0, P1>( psid1: P0, psid2: P1, pfequal: *mut BOOL, ) -> Result<()>where P0: Param<PSID>, P1: Param<PSID>,