PtrContext typedef

PtrContext = Pointer<sqlite3_context>

Implementation

typedef PtrContext = ffi.Pointer<sqlite3_context>;