pub type fdf_dispatcher_shutdown_handler_t = Option<unsafe extern "C" fn(dispatcher: *mut fdf_dispatcher_t, observer: *mut fdf_dispatcher_shutdown_observer_t)>;
Aliased Type§
enum fdf_dispatcher_shutdown_handler_t {
None,
Some(unsafe extern "C" fn(_: *mut fdf_dispatcher, _: *mut fdf_dispatcher_shutdown_observer)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut fdf_dispatcher, _: *mut fdf_dispatcher_shutdown_observer))
Some value of type T
.