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