Type Alias sinvertsc_ft

Source
pub type sinvertsc_ft = Option<unsafe extern "C" fn(conjchi: conj_t, chi: *mut f32)>;

Aliased Type§

enum sinvertsc_ft {
    None,
    Some(unsafe extern "C" fn(_: u32, _: *mut f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: *mut f32))

Some value of type T.