pub async fn install_bytes_admin( content: &[u8], destination: &Path, is_managed: bool, dry_run: bool, force: bool, ) -> Result<InstallOutcome>