pub fn unbind_event_handler(handler: &EventHandler)
Expand description

Free all associated callbacks with the event handler.

This function will panic if the handler was already freed.