#pragma once #include "Base.h" namespace load_image_notify_routine { auto create_image_load_notify_routine() -> NTSTATUS; auto remove_image_load_notify_routine() -> NTSTATUS; }