import * as dxx from "https://deno.land/x/dxx@rf/src/lib/utils.ts"; FunctionsfstringToCSTRConvert s to a WinOS-compatible NUL-terminated CSTR buffer, dropping any internal NUL characters. fstringToCWSTRConvert s to WinOS-compatible NUL-terminated wide-character string buffer (using UTF-16 encoding), dropping any internal NUL characters. fToUint32Convert x to an unsigned 32-bit integer, with modulo wrap-around.