pub unsafe fn RtlSetGroupSecurityDescriptor<P0, P1>(
    securitydescriptor: PSECURITY_DESCRIPTOR,
    group: P0,
    groupdefaulted: P1,
) -> NTSTATUS
where P0: Param<PSID>, P1: Param<BOOLEAN>,