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