pub unsafe extern "C" fn duckdb_append_blob( appender: *mut _duckdb_appender, data: *const c_void, length: u64, ) -> u32
Append a blob value to the appender.