IoRegisterPlugPlayNotification

Function IoRegisterPlugPlayNotification 

pub unsafe extern "system" fn IoRegisterPlugPlayNotification(
    eventcategory: IO_NOTIFICATION_EVENT_CATEGORY,
    eventcategoryflags: u32,
    eventcategorydata: *const c_void,
    driverobject: *const DRIVER_OBJECT,
    callbackroutine: DRIVER_NOTIFICATION_CALLBACK_ROUTINE,
    context: *mut c_void,
    notificationentry: *mut *mut c_void,
) -> NTSTATUS