DecodeImageHandler typedef

DecodeImageHandler = NativeFunction<Pointer<Image> Function(Pointer<ImageInfo>, Pointer<ExceptionInfo>)>

Implementation

typedef DecodeImageHandler = ffi.NativeFunction<
    ffi.Pointer<Image> Function(
        ffi.Pointer<ImageInfo>, ffi.Pointer<ExceptionInfo>)>;