pub fn require_arc_string(nb: &ValueWord) -> Result<&Arc<String>, VMError>
Extract an Arc reference from a ValueWord, or return a type error.