PyOS_sighandler_t typedef

PyOS_sighandler_t = Pointer<NativeFunction<Void Function(Int)>>

Implementation

typedef PyOS_sighandler_t
    = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Int)>>;