DisplayImageCommand method
Implementation
int DisplayImageCommand(
ffi.Pointer<ImageInfo> arg0,
int arg1,
ffi.Pointer<ffi.Pointer<ffi.Char>> arg2,
ffi.Pointer<ffi.Pointer<ffi.Char>> arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _DisplayImageCommand(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}