pub type SleepFn = Box<dyn Fn(Duration, LineCol) -> BoxedLocal<Result<()>>>;
Type of the sleep function used by the SLEEP command to actually suspend execution.
SLEEP
pub struct SleepFn(/* private fields */);