[][src]Type Definition jl_sys::uv_signal_cb

type uv_signal_cb = Option<unsafe extern "C" fn(handle: *mut uv_signal_t, signum: c_int)>;