pub const MAX_FUNCTION_CALL_DEPTH: usize = 5;
Deepest chain of nested function calls accepted by default.