#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_start( conn: *mut LaminarConnection, ) -> i32
Start the streaming pipeline.
conn
LAMINAR_OK on success, or an error code.
LAMINAR_OK
conn must be a valid connection handle.