pub type uv_fs_cb = Option<unsafe extern "C" fn(req: *mut uv_fs_t)>;
enum uv_fs_cb { None, Some(unsafe extern "C" fn(_: *mut uv_fs_s)), }
No value.
Some value of type T.
T