PtrValue typedef

PtrValue = Pointer<sqlite3_value>

Implementation

typedef PtrValue = ffi.Pointer<sqlite3_value>;