pub fn write_macho_file( input_path: &Path, output_path: &Path, macho_data: &[u8], ) -> Result<(), AppleCodesignError>
Write Mach-O file content to an output file.