onRealloc property

Pointer<NativeFunction<Pointer<Void> Function(Pointer<Void> p, Size sz, Pointer<Void> pUserData)>> onRealloc
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Pointer<ffi.Void> Function(ffi.Pointer<ffi.Void> p, ffi.Size sz,
            ffi.Pointer<ffi.Void> pUserData)>> onRealloc;