Function windows::Win32::Security::SetSecurityDescriptorControl

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