subsc_vft

Type Alias subsc_vft 

Source
pub type subsc_vft = Option<unsafe extern "C" fn(conjchi: conj_t, chi: *const c_void, psi: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.