pub unsafe fn SetSecurityDescriptorGroup<P0, P1>(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    pgroup: P0,
    bgroupdefaulted: P1
) -> Result<()>
where P0: IntoParam<PSID>, P1: IntoParam<BOOL>,