Function SetSecurityDescriptorControl

Source
pub unsafe extern "C" fn SetSecurityDescriptorControl(
    pSecurityDescriptor: PSECURITY_DESCRIPTOR,
    ControlBitsOfInterest: SECURITY_DESCRIPTOR_CONTROL,
    ControlBitsToSet: SECURITY_DESCRIPTOR_CONTROL,
) -> BOOL