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