pub unsafe extern "C" fn duckdb_append_int8(
    appender: *mut _duckdb_appender,
    value: i8
) -> u32
Expand description

Append an int8_t value to the appender.