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