pub fn fold_show_variable_statement<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: ShowVariableStatement
) -> ShowVariableStatement
where F: Fold<T, T2> + ?Sized,