pub unsafe extern "C" fn duckdb_get_uint32(val: duckdb_value) -> u32Expand description
Returns the uint32_t value of the given value.
@param val A duckdb_value containing a uinteger
@return A uint32_t, or MinValue
pub unsafe extern "C" fn duckdb_get_uint32(val: duckdb_value) -> u32Returns the uint32_t value of the given value.
@param val A duckdb_value containing a uinteger
@return A uint32_t, or MinValue