Utility function to handle resource management similar to Python's context manager
A disposable resource with init and dispose methods
The function to execute with the managed resource
Utility function to handle resource management similar to Python's context manager