pub const BASIC_STACK_SIZE: usize = _; // 40usize
Initial stack capacity for new Lua states. Equivalent to 2 × LUA_MINSTACK (Lua 5.5: LUA_MINSTACK = 20).