ICMENUMPROCA typedef

ICMENUMPROCA = Pointer<NativeFunction<Int Function(LPSTR, LPARAM)>>

Implementation

typedef ICMENUMPROCA = ffi.Pointer<ffi.NativeFunction<ffi.Int Function(LPSTR, LPARAM)>>;