pub fn dsyr( order: CblasOrder, uplo: CblasUplo, N: i32, alpha: f64, x: &[f64], incx: i32, A: &mut [f64], lda: i32)