GetACP method

int GetACP()

Implementation

int GetACP() {
  return (_GetACP ??=
      _dylib.lookupFunction<_c_GetACP, _dart_GetACP>('GetACP'))();
}