pub(crate) type SwingReplacementHookFn = fn(&mut HookCtx<'_>, SwingHand) -> Option<SwingReplacement>;
Hook fired after the white-hit roll and before damage; Some suppresses white damage.
Some