pub fn to_byte_buffer(
interpreter: &mut Interpreter,
operand: &DataObjectRef,
pos: CodePosition,
) -> Option<Box<[u8]>>
pub fn to_byte_buffer(
interpreter: &mut Interpreter,
operand: &DataObjectRef,
pos: CodePosition,
) -> Option<Box<[u8]>>