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