invertv_ex_vft

Type Alias invertv_ex_vft 

Source
pub type invertv_ex_vft = Option<unsafe extern "C" fn(n: dim_t, x: *mut c_void, incx: inc_t, cntx: *const cntx_t, rntm: *const rntm_t)>;

Aliased Type§

pub enum invertv_ex_vft {
    None,
    Some(unsafe extern "C" fn(i64, *mut c_void, i64, *const cntx_s, *const rntm_s)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i64, *mut c_void, i64, *const cntx_s, *const rntm_s))

Some value of type T.