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