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