pub fn visit_naive_date<V: VisitMut + ?Sized>(
    visitor: &mut V,
    date: &mut NaiveDateTime
)