Type Alias zamaxv_ft

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

Aliased Type§

enum zamaxv_ft {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *mut dcomplex, _: i32, _: *mut i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *mut dcomplex, _: i32, _: *mut i32))

Some value of type T.