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

Append an int32_t value to the appender.