pub unsafe fn EqualPrefixSid<P0, P1>(psid1: P0, psid2: P1) -> Result<()>
where P0: IntoParam<PSID>, P1: IntoParam<PSID>,