MagickLogMethod typedef

MagickLogMethod = Pointer<NativeFunction<Void Function(Int32, Pointer<Char>)>>

Implementation

typedef MagickLogMethod = ffi.Pointer<
    ffi.NativeFunction<ffi.Void Function(ffi.Int32, ffi.Pointer<ffi.Char>)>>;