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

Append an int16_t value to the appender.