int getClassId(void* ptrObj)
{
  return ((SqliteDisposable*)ptrObj)->GetClassId();
}