pub fn export_array_to_c(array: Box<dyn Array>) -> ArrowArray
Exports an Box<dyn Array> to the C data interface.
Box<dyn Array>