pub unsafe extern "C" fn cblas_dspr2( order: CBLAS_ORDER, Uplo: CBLAS_UPLO, N: c_int, alpha: f64, X: *const f64, incX: c_int, Y: *const f64, incY: c_int, A: *mut f64)