rescan_child_devices
status_t (*rescan_child_devices)(void *driverCookie);
if (DriverModule()->rescan_child_devices != NULL) {
status = DriverModule()->rescan_child_devices(DriverData());
rescan_child_devices,
status_t (*rescan_child_devices)(void *driverCookie);