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