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