pub type zsetv_vft = Option<unsafe extern "C" fn(conjalpha: conj_t, n: dim_t, alpha: *mut c_void, x: *mut c_void, incx: inc_t)>;Aliased Type§
enum zsetv_vft {
None,
Some(unsafe extern "C" fn(_: u32, _: i64, _: *mut c_void, _: *mut c_void, _: i64)),
}