pub unsafe extern "C" fn ddot_( n: *const blas_int, x: *const f64, incx: *const blas_int, y: *const f64, incy: *const blas_int, ) -> f64