pub fn override_funcs<I, S>(builtins: I, enable: bool) -> Result<()>
where I: IntoIterator<Item = S>, S: AsRef<str>,