#[unsafe(no_mangle)]pub extern "C" fn pio_matrix_available() -> i32Expand description
Whether the matrix Arrow table API is usable in this build. Returns 1
only when both arrow and matrix are compiled in. Matrix tables use
pio_to_arrow. Infallible.