unregister_module_notifier
int unregister_module_notifier(struct notifier_block *nb);
unregister_module_notifier(&dbg_module_load_nb);
EXPORT_SYMBOL(unregister_module_notifier);
unregister_module_notifier(&kunit_mod_nb);