pub type cinvertv_ft = Option<unsafe extern "C" fn(n: dim_t, x: *mut scomplex, incx: inc_t)>;
enum cinvertv_ft { None, Some(unsafe extern "C" fn(_: i32, _: *mut scomplex, _: i32)), }
No value.
Some value of type T.
T