pub unsafe extern "system" fn LdrRegisterDllNotification(
    Flags: ULONG,
    NotificationFunction: PLDR_DLL_NOTIFICATION_FUNCTION,
    Context: PVOID,
    Cookie: *mut PVOID
) -> NTSTATUS