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