@Documented @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER}) public @interface AsUtf16
String
should be mapped to array of UTF-16
code units (unsigned short*
) instead of byte array (const char*
).Generator
Copyright © 2023. All rights reserved.