You are given an implementation of a lazy binomial heap, which supports Insert and ExtractMin operations.
Turn it into a Fibonacci heap and implement Decrease.