pub(crate) fn make_byte_code<'ob>(
arglist: i64,
byte_code: &'ob ByteString,
constants: &'ob LispVec,
depth: usize,
_docstring: Option<Gc<ObjectType<'_>>>,
_interactive_spec: Option<Gc<ObjectType<'_>>>,
_elements: &[Gc<ObjectType<'_>>],
cx: &'ob Context<'_>,
) -> Result<&'ob ByteFn>