pub unsafe fn SetSecurityDescriptorControl<P0>(
    psecuritydescriptor: P0,
    controlbitsofinterest: SECURITY_DESCRIPTOR_CONTROL,
    controlbitstoset: SECURITY_DESCRIPTOR_CONTROL
) -> Result<()>
where P0: IntoParam<PSECURITY_DESCRIPTOR>,