Type Alias cinvertsc_ft

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.