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