pub unsafe extern "C" fn duckdb_create_uint16(
input: u16,
) -> duckdb_value
Expand description
Creates a value from a uint16_t (a usmallint)
@param input The usmallint value
@return The value. This must be destroyed with duckdb_destroy_value
.