pub unsafe fn bind_interrupt( interrupt: Interrupt, handler: unsafe extern "C" fn(), )
Binds the given interrupt to the given handler.
This will replace any previously bound interrupt handler