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