pub unsafe extern "C" fn udsGetNodeInfoUsername(
nodeinfo: *const udsNodeInfo,
username: *mut c_char,
) -> ResultExpand description
Loads the UTF-16 username stored in the input NodeInfo struct, converted to UTF-8.
ยงArguments
nodeinfo- Input NodeInfo struct.username- This is the output UTF-8 string. Max len is 10 characters without NUL-terminator.