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