clone property

Pointer<NativeFunction<Pointer<Void> Function(Pointer<pj_pool_t> pool, Pointer<Void> hdr)>> clone
getter/setter pair

Function to clone the header.

@param pool Memory pool to allocate the new header. @param hdr Header to clone.

@return A new instance of the header.

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Pointer<ffi.Void> Function(
            ffi.Pointer<pj_pool_t> pool, ffi.Pointer<ffi.Void> hdr)>> clone;