fn require_string( args: &CallArgs<'_>, name: &str, pos: usize, ) -> Result<String, RError>
Extract a string key from an argument at the given position.