pub unsafe fn sqlite3_free(ptr: *mut c_void)
Expand description
C interface definition of sqlite
Calling sqlite3_free()
with a pointer previously returned by
sqlite3_malloc()
or sqlite3_realloc()
releases that memory so that it
might be reused.