pub fn fold_opt_i_32<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Option<i32>
) -> Option<i32>