Type Alias zsetsc_ft

Source
pub type zsetsc_ft = Option<unsafe extern "C" fn(zeta_r: f64, zeta_i: f64, chi: *mut dcomplex)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.