pub fn register_untyped<S: Into<String>>( f: for<'a> fn(_: Vec<ArgValue<'a>>) -> Result<RetValue>, name: S, override_: bool) -> Result<()>