pub type ObjectConverter = Arc<dyn Fn(AnyValue<'_>) -> Box<dyn Any> + Sync + Send>;
struct ObjectConverter { /* private fields */ }