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