pub type saxpy2v_ft = Option<unsafe extern "C" fn(conjx: conj_t, conjy: conj_t, n: dim_t, alpha1: *const f32, alpha2: *const f32, x: *const f32, incx: inc_t, y: *const f32, incy: inc_t, z: *mut f32, incz: inc_t)>;