pub unsafe extern "C" fn cblas_daxpy( N: blas_int, alpha: f64, X: *const f64, incX: blas_int, Y: *mut f64, incY: blas_int, )