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