PtrPtrBlob typedef

PtrPtrBlob = Pointer<Pointer<sqlite3_blob>>

Implementation

typedef PtrPtrBlob = ffi.Pointer<ffi.Pointer<sqlite3_blob>>;