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

Append a uint32_t value to the appender.