sqlite3_drop_modules
fn
int sqlite3_drop_modules(
sqlite3 * db, /* Remove modules from this connection */
const(char *) * azKeep /* Except, do not remove the ones named here */
) extern(C) nothrowCAPI3REF: Remove Unnecessary Virtual Table Implementations