pub fn print_locals<B: Write>(
    buf: &mut B,
    locals: &Locals
) -> PartialVMResult<()>