PtrFile typedef

PtrFile = Pointer<sqlite3_file>

Implementation

typedef PtrFile = ffi.Pointer<sqlite3_file>;