Type Alias crandv_ft

Source
pub type crandv_ft = Option<unsafe extern "C" fn(n: dim_t, x: *mut scomplex, incx: inc_t)>;

Aliased Type§

enum crandv_ft {
    None,
    Some(unsafe extern "C" fn(_: i64, _: *mut scomplex, _: i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i64, _: *mut scomplex, _: i64))

Some value of type T.