time_event_handler_drop

Function time_event_handler_drop 

Source
#[unsafe(no_mangle)]
pub extern "C" fn time_event_handler_drop( handler: TimeEventHandler_API, )
Expand description

Drops a TimeEventHandler_API, releasing any Python callback reference.

ยงSafety

The handler must be valid and not previously dropped.