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