pub type VariableArgument<'a> = Argument<'a, false>;
struct VariableArgument<'a> { /* private fields */ }