GetConsoleAliasExesLengthA method

int GetConsoleAliasExesLengthA()

Implementation

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