Unbinds a function from a specific caller object, removing the cached bound function.
The function to unbind.
The object to unbind the function from.
The unbound function or undefined if it was not found.
Unbinds a function from a specific caller object, removing the cached bound function.