rusqlite/libsqlite3-sys/bindgen-bindings
gwenn f9d69410ef Fix panic at 'SQLite API not initialized or SQLite feature omitted'
`to_sqlite_error` needs `sqlite3_malloc`

```
sqlite> .log on
sqlite> .load target/debug/examples/libloadable_extension.so
Error: error during initialization: SQLite version mismatch: 3014000 < 3042000
```
2023-07-14 15:56:43 +02:00
..
bindgen_3.14.0_ext.rs Fix panic at 'SQLite API not initialized or SQLite feature omitted' 2023-07-14 15:56:43 +02:00
bindgen_3.14.0.rs Fix sqlite3_cancel_auto_extension 2023-03-25 15:38:24 +01:00