pub unsafe extern "C" fn BLAS_duscr_insert_entry(
    A: blas_sparse_matrix,
    val: f64,
    i: c_int,
    j: c_int
) -> c_int