pub unsafe fn IsWellKnownSid<P0>(
    psid: P0,
    wellknownsidtype: WELL_KNOWN_SID_TYPE
) -> BOOL
where P0: IntoParam<PSID>,