onMalloc property

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

Implementation

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