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