GetConsoleAliasExesLengthA method
Implementation
int GetConsoleAliasExesLengthA() {
return (_GetConsoleAliasExesLengthA ??= _dylib.lookupFunction<
_c_GetConsoleAliasExesLengthA,
_dart_GetConsoleAliasExesLengthA>('GetConsoleAliasExesLengthA'))();
}