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