pub fn apply_js_plugin(
    plugin_name: &str,
    path: &Path,
    cache: &Lazy<PluginModuleCache>,
    program: Serialized,
    config_json: Serialized,
    context_json: Serialized
) -> Result<Serialized, Error>