pub fn burrito_plugin_entry(install_dir: []const u8, program_manifest_json: []const u8) void {
    _ = install_dir;
    _ = program_manifest_json;
}
