GOBJENUMPROC typedef

GOBJENUMPROC = Pointer<NativeFunction<Int Function(LPVOID, LPARAM)>>

Implementation

typedef GOBJENUMPROC = ffi.Pointer<ffi.NativeFunction<ffi.Int Function(LPVOID, LPARAM)>>;