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