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