pub unsafe extern "C" fn stop(params: Params)
Expand description

Stops a running timer given its id.

Note that if the timer triggers while being stopped, the handler may still be called.