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