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

Append a uint64_t value to the appender.