pub fn drop_sparse_matrix_element(
    matrix: &mut impl GetGraphblasSparseMatrix,
    row_index: &ElementIndex,
    column_index: &ElementIndex
) -> Result<(), SparseLinearAlgebraError>