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