HANDLE typedef

HANDLE = Pointer<Void>

Implementation

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