CLIOption method

void CLIOption(
  1. Pointer<MagickCLI> arg0,
  2. Pointer<Char> arg1
)

Implementation

void CLIOption(
  ffi.Pointer<MagickCLI> arg0,
  ffi.Pointer<ffi.Char> arg1,
) {
  return _CLIOption(
    arg0,
    arg1,
  );
}