PROPENUMPROCW typedef

PROPENUMPROCW = Int32 Function(Pointer<HWND__>, Pointer<Uint16>, Pointer<Void>)

Implementation

typedef PROPENUMPROCW = ffi.Int32 Function(
  ffi.Pointer<HWND__>,
  ffi.Pointer<ffi.Uint16>,
  ffi.Pointer<ffi.Void>,
);