int msize(PtrVoid arg1) { if (libVersionNumber < 3008007) { throw dbsql.DatabaseException('API sqlite3_msize is not available before 3.8.7'); } return _h_sqlite3_msize!(arg1); }