Type Alias znormfsc_ft

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.