On Thu, 29 Jun 2023 17:33:00 +0000 Bili Dong <qobili...@gmail.com> 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?