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