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