#[unsafe(no_mangle)]pub unsafe extern "C" fn sqlite3_free(ptr: *mut c_void)
Free memory allocated by this library (for errmsg from sqlite3_exec).
sqlite3_exec
ptr must have been allocated by this library or be null.
ptr