#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_writer_close(
writer: *mut LaminarWriter,
) -> i32Expand description
Close the writer. The handle may still be freed with laminar_writer_free afterward.
ยงSafety
writer must be a valid writer handle.