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