GetCacheViewAuthenticPixels method
Implementation
ffi.Pointer<Quantum> GetCacheViewAuthenticPixels(
ffi.Pointer<CacheView> arg0,
int arg1,
int arg2,
int arg3,
int arg4,
ffi.Pointer<ExceptionInfo> arg5,
) {
return _GetCacheViewAuthenticPixels(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
);
}