pub type uv_shutdown_cb = Option<unsafe extern "C" fn(req: *mut uv_shutdown_t, status: c_int)>;
enum uv_shutdown_cb { None, Some(unsafe extern "C" fn(_: *mut uv_shutdown_s, _: i32)), }
No value.
Some value of type T.
T