getsc_vft

Type Alias getsc_vft 

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

Aliased Type§

pub enum getsc_vft {
    None,
    Some(unsafe extern "C" fn(*const c_void, *mut f64, *mut f64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, *mut f64, *mut f64))

Some value of type T.