//! iOS impact haptics through the C-ABI shim. Fire-and-forget; the Swift side
//! owns prepared `UIImpactFeedbackGenerator`s on the main queue. No-op on every
//! other platform.
/// Impact strength. Values are the generator index the Swift side maps to
/// `UIImpactFeedbackStyle` (`.light/.medium/.heavy/.rigid`).