GetConsoleAliasExesLengthW method
Implementation
int GetConsoleAliasExesLengthW() {
return (_GetConsoleAliasExesLengthW ??= _dylib.lookupFunction<
_c_GetConsoleAliasExesLengthW,
_dart_GetConsoleAliasExesLengthW>('GetConsoleAliasExesLengthW'))();
}