pub type uv_exit_cb = Option<unsafe extern "C" fn(arg1: *mut uv_process_t, exit_status: i64, term_signal: c_int)>;
pub enum uv_exit_cb { None, Some(unsafe extern "C" fn(*mut uv_process_s, i64, i32)), }
No value.
Some value of type T.
T