pub type saxpbyv_ker_ft = Option<unsafe extern "C" fn(conjx: conj_t, n: dim_t, alpha: *mut f32, x: *mut f32, incx: inc_t, beta: *mut f32, y: *mut f32, incy: inc_t, cntx: *mut cntx_t)>;Aliased Type§
enum saxpbyv_ker_ft {
None,
Some(unsafe extern "C" fn(_: u32, _: i32, _: *mut f32, _: *mut f32, _: i32, _: *mut f32, _: *mut f32, _: i32, _: *mut cntx_s)),
}