MSGBOXCALLBACK typedef
MSGBOXCALLBACK =
Void Function(Pointer<LPHELPINFO> )
Implementation
typedef MSGBOXCALLBACK = ffi.Void Function(
ffi.Pointer<LPHELPINFO>,
);
typedef MSGBOXCALLBACK = ffi.Void Function(
ffi.Pointer<LPHELPINFO>,
);