sig_t typedef

sig_t = Pointer<NativeFunction<sig_tFunction>>

Implementation

typedef sig_t = ffi.Pointer<ffi.NativeFunction<sig_tFunction>>;