Thanks for the suggestion! It's fixed in the latest version. On Thu, Jul 6, 2023 at 1:08 PM Stephen Hemminger wrote: > On Thu, 29 Jun 2023 17:33:00 +0000 > Bili Dong wrote: > > > + > > +/** > > + * The following bytes access helper functions are expected to work > > + * without any particular input buffer alignment requirements. > > + */ > > + > > Probably need to avoid users getting tempted to use these helpers > ad exported API's? Mark them with @internal tag? >