AcquireAuthenticCacheView method
Implementation
ffi.Pointer<CacheView> AcquireAuthenticCacheView(
ffi.Pointer<Image> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _AcquireAuthenticCacheView(
arg0,
arg1,
);
}
ffi.Pointer<CacheView> AcquireAuthenticCacheView(
ffi.Pointer<Image> arg0,
ffi.Pointer<ExceptionInfo> arg1,
) {
return _AcquireAuthenticCacheView(
arg0,
arg1,
);
}