pub unsafe extern "C" fn duckdb_get_bignum(
val: duckdb_value,
) -> duckdb_bignumExpand description
Returns the duckdb_bignum value of the given value.
The data field must be destroyed with duckdb_free.
@param val A duckdb_value containing a BIGNUM
@return A duckdb_bignum. The data field must be destroyed with duckdb_free.