pub unsafe extern "C" fn BLAS_zuscr_insert_entry(
    A: blas_sparse_matrix,
    val: *const c_void,
    i: c_int,
    j: c_int
) -> c_int