PlatformPointer typedef

PlatformPointer = Pointer<Void>

This is only intended to be used by automatically generated code, instead of developers.

Implementation

typedef PlatformPointer = ffi.Pointer<ffi.Void>;