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