pub fn serialize_atomic_u64<S>(
    value: &AtomicU64,
    serializer: S
) -> Result<S::Ok, S::Error>
where S: Serializer,