pub fn print(
    objects: PosArgs,
    options: PrintOptions,
    vm: &VirtualMachine
) -> PyResult<()>