pub type t_method = Option<unsafe extern "C" fn()>;
pub enum t_method { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T