fn opt_value(args: &CallArgs<'_>, name: &str, pos: usize) -> RValue
Extract an optional RValue from args by name or position, returning NULL if absent.