pub unsafe extern "system" fn SetSecurityDescriptorControl(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    controlbitsofinterest: SECURITY_DESCRIPTOR_CONTROL,
    controlbitstoset: SECURITY_DESCRIPTOR_CONTROL
) -> BOOL
Expand description

Required features: "Win32_Foundation"