pub fn do_nothing(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
A no-op handler that does nothing and stalls execution.
Never returns an error.