GetNextImageOption method

Pointer<Char> GetNextImageOption(
  1. Pointer<ImageInfo> arg0
)

Implementation

ffi.Pointer<ffi.Char> GetNextImageOption(
  ffi.Pointer<ImageInfo> arg0,
) {
  return _GetNextImageOption(
    arg0,
  );
}