MSGBOXCALLBACK typedef

MSGBOXCALLBACK = Void Function(Pointer<HELPINFO>)

Implementation

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