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