Function IoRegisterContainerNotification
pub unsafe fn IoRegisterContainerNotification(
notificationclass: IO_CONTAINER_NOTIFICATION_CLASS,
callbackfunction: PIO_CONTAINER_NOTIFICATION_FUNCTION,
notificationinformation: Option<*const c_void>,
notificationinformationlength: u32,
callbackregistration: *mut c_void,
) -> NTSTATUS