Type Alias cgetsc_ft

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.