PtrMutex typedef

PtrMutex = Pointer<sqlite3_mutex>

Implementation

typedef PtrMutex = ffi.Pointer<sqlite3_mutex>;