pub unsafe fn SetSecurityDescriptorSacl( psecuritydescriptor: PSECURITY_DESCRIPTOR, bsaclpresent: bool, psacl: Option<*const ACL>, bsacldefaulted: bool, ) -> Result<()>