windows::Win32::Security

Function SetSecurityDescriptorDacl

pub unsafe fn SetSecurityDescriptorDacl(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    bdaclpresent: bool,
    pdacl: Option<*const ACL>,
    bdacldefaulted: bool,
) -> Result<()>