MagickGetFormat method
Implementation
ffi.Pointer<ffi.Char> MagickGetFormat(
ffi.Pointer<MagickWand> arg0,
) {
return _MagickGetFormat(
arg0,
);
}
ffi.Pointer<ffi.Char> MagickGetFormat(
ffi.Pointer<MagickWand> arg0,
) {
return _MagickGetFormat(
arg0,
);
}