pub unsafe extern "C" fn cblas_sspmv( order: CBLAS_ORDER, Uplo: CBLAS_UPLO, N: c_int, alpha: f32, Ap: *const f32, X: *const f32, incX: c_int, beta: f32, Y: *mut f32, incY: c_int)