IoRegisterContainerNotification

Function IoRegisterContainerNotification 

pub unsafe extern "system" fn IoRegisterContainerNotification(
    notificationclass: IO_CONTAINER_NOTIFICATION_CLASS,
    callbackfunction: PIO_CONTAINER_NOTIFICATION_FUNCTION,
    notificationinformation: *const c_void,
    notificationinformationlength: u32,
    callbackregistration: *mut c_void,
) -> NTSTATUS