pub fn lj_complex_constant<'a, 'h>( stack: &'h RefCell<Vec<LuaChunk>>, protos: &'h RefCell<Vec<LuaChunk>>, endian: Endianness, ) -> impl Parser<&'a [u8], LuaConstant, ErrorTree<&'a [u8]>> + 'h