SetCacheViewStorageClass method
Implementation
int SetCacheViewStorageClass(
ffi.Pointer<CacheView> arg0,
int arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _SetCacheViewStorageClass(
arg0,
arg1,
arg2,
);
}
int SetCacheViewStorageClass(
ffi.Pointer<CacheView> arg0,
int arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _SetCacheViewStorageClass(
arg0,
arg1,
arg2,
);
}