Type Definition jl_sys::uv_signal_cb[][src]

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