blob_reopen method
Implementation
int blob_reopen(PtrBlob arg1, int arg2) {
if (libVersionNumber < 3007004) {
throw dbsql.DatabaseException('API sqlite3_blob_reopen is not available before 3.7.4');
}
return _h_sqlite3_blob_reopen!(arg1, arg2);
}