Func_Event typedef

Func_Event = Pointer<NativeFunction<Void Function(Pointer<EventParam>)>>

Implementation

typedef Func_Event = ffi
    .Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<EventParam>)>>;