cbor downstream: partial fix for int/int64 and raw-value queries
Follow-up to the cbor rename. ocaml-bundle, ocaml-cose, ocaml-bpsec
still have int/int64 mismatches at a few callsites that need manual
triage (V.int vs V.int64 depending on source type, V.text constructor
renamed to V.string). Committing partial progress; full fix in a
focused downstream-migration session.