pub type Select3F64 = Option<extern "C" fn(_: *const f64, _: *const f64, _: *const f64) -> i32>;
enum Select3F64 { None, Some(extern "C" fn(_: *const f64, _: *const f64, _: *const f64) -> i32), }
No value.
Some value of type T.
T