PtrInt64 typedef

PtrInt64 = Pointer<Int64>

Implementation

typedef PtrInt64 = ffi.Pointer<ffi.Int64>;