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