pub unsafe extern "C" fn BLAS_dussc(
    nnz: c_int,
    x: *const f64,
    y: *mut f64,
    incy: c_int,
    indx: *const c_int,
    index_base: blas_base_type
) -> c_int