PtrBackup typedef

PtrBackup = Pointer<sqlite3_backup>

Implementation

typedef PtrBackup = ffi.Pointer<sqlite3_backup>;