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