pub unsafe extern "C" fn hotplug_handler_plug(
    plug_handler: *mut HotplugHandler,
    plugged_dev: *mut DeviceState,
    errp: *mut *mut Error
)
Expand description

hotplug_handler_plug:

Call #HotplugHandlerClass.plug callback of @plug_handler.