pub unsafe fn GetSecurityDescriptorGroup<P0>(
    psecuritydescriptor: P0,
    pgroup: *mut PSID,
    lpbgroupdefaulted: *mut BOOL
) -> Result<()>
where P0: IntoParam<PSECURITY_DESCRIPTOR>,