sqlite_wasm_rs::export

Function sqlite3_value_free

Source
pub unsafe fn sqlite3_value_free(sqliteValue: *mut sqlite3_value)
Expand description

C interface definition of sqlite Frees an sqlite3_value object previously obtained from sqlite3_value_dup().

See https://www.sqlite.org/c3ref/value_dup.html