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