RegDisablePredefinedCacheEx method

int RegDisablePredefinedCacheEx()

Implementation

int RegDisablePredefinedCacheEx() {
  return (_RegDisablePredefinedCacheEx ??= _dylib.lookupFunction<
      _c_RegDisablePredefinedCacheEx,
      _dart_RegDisablePredefinedCacheEx>('RegDisablePredefinedCacheEx'))();
}