PROC typedef

PROC = Pointer<NativeFunction<INT_PTR Function()>>

Implementation

typedef PROC = ffi.Pointer<ffi.NativeFunction<INT_PTR Function()>>;