PtrPtrValue typedef

PtrPtrValue = Pointer<Pointer<sqlite3_value>>

Implementation

typedef PtrPtrValue = ffi.Pointer<ffi.Pointer<sqlite3_value>>;