Skip to main content

laminar_writer_close

Function laminar_writer_close 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_writer_close( writer: *mut LaminarWriter, ) -> i32
Expand description

Close the writer. The handle may still be freed with laminar_writer_free afterward.

ยงSafety

writer must be a valid writer handle.