#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_schema_export(
schema: *mut LaminarSchema,
out_schema: *mut FFI_ArrowSchema,
) -> i32Expand description
Export just the schema to the Arrow C Data Interface.
ยงSafety
schema and out_schema must be valid non-null pointers; caller must call the release callback.