pub type LAPACK_C_SELECT2 = Option<unsafe extern "C" fn(arg1: *const __BindgenComplex<f32>, arg2: *const __BindgenComplex<f32>) -> c_int>;Aliased Type§
pub enum LAPACK_C_SELECT2 {
None,
Some(unsafe extern "C" fn(*const __BindgenComplex<f32>, *const __BindgenComplex<f32>) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const __BindgenComplex<f32>, *const __BindgenComplex<f32>) -> i32)
Some value of type T.