pub type fdf_env_driver_shutdown_handler_t = Option<unsafe extern "C" fn(driver: *const c_void, observer: *mut fdf_env_driver_shutdown_observer_t)>;Expand description
Called when the asynchronous shutdown for all dispatchers owned by |driver| has completed.
Aliased Type§
pub enum fdf_env_driver_shutdown_handler_t {
None,
Some(unsafe extern "C" fn(*const c_void, *mut fdf_env_driver_shutdown_observer)),
}