PtrString typedef

PtrString = Pointer<Utf8>

Implementation

typedef PtrString = ffi.Pointer<pkgffi.Utf8>;