#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_writer_write(
writer: *mut LaminarWriter,
batch: *mut LaminarRecordBatch,
) -> i32Expand description
Write a record batch to the source. Ownership of batch is transferred.
ยงSafety
writer must be a valid writer handle; batch must be a valid non-null handle (consumed).