CustomStreamSeeker typedef

Implementation

typedef CustomStreamSeeker = ffi.Pointer<
    ffi.NativeFunction<
        MagickOffsetType Function(
            MagickOffsetType, ffi.Int, ffi.Pointer<ffi.Void>)>>;