pub unsafe extern "C" fn cblas_ddot( n: c_int, x: *const c_double, incx: c_int, y: *const c_double, incy: c_int, ) -> c_double