MagickCommandGenesis method
Implementation
int MagickCommandGenesis(
ffi.Pointer<ImageInfo> arg0,
MagickCommand arg1,
int arg2,
ffi.Pointer<ffi.Pointer<ffi.Char>> arg3,
ffi.Pointer<ffi.Pointer<ffi.Char>> arg4,
ffi.Pointer<ExceptionInfo> arg5,
) {
return _MagickCommandGenesis(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
);
}