pub type BuiltIn<State> = fn(&mut Interpreter<State>) -> Result<(), Err>;
A type alias for the operation a built-in word performs.