pub unsafe extern "C" fn cblas_daxpy( n: c_int, alpha: c_double, x: *const c_double, incx: c_int, y: *mut c_double, incy: c_int, )