GetImageOption method

Pointer<Char> GetImageOption(
  1. Pointer<ImageInfo> arg0,
  2. Pointer<Char> arg1
)

Implementation

ffi.Pointer<ffi.Char> GetImageOption(
  ffi.Pointer<ImageInfo> arg0,
  ffi.Pointer<ffi.Char> arg1,
) {
  return _GetImageOption(
    arg0,
    arg1,
  );
}