pub fn require_int(nb: &ValueWord) -> Result<i64, VMError>
Extract an i64 from a ValueWord, or return a type error.
This only extracts inline i48 values; it does not coerce floats.