pub type setv_ex_vft = Option<unsafe extern "C" fn(conjalpha: conj_t, n: dim_t, alpha: *const c_void, x: *mut c_void, incx: inc_t, cntx: *const cntx_t, rntm: *const rntm_t)>;Aliased Type§
pub enum setv_ex_vft {
None,
Some(unsafe extern "C" fn(u32, i64, *const c_void, *mut c_void, i64, *const cntx_s, *const rntm_s)),
}