sigev_notify_function property

Pointer<NativeFunction<Void Function(sigval)>> sigev_notify_function
getter/setter pair

Implementation

external ffi.Pointer<ffi.NativeFunction<ffi.Void Function(sigval)>>
    sigev_notify_function;