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