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