pub type Never = <fn() -> ! as FnRet>::Output;
A hacky type alias for the ! (never) type.
!
This knowingly opts out of rustc’s stability guarantees. Read the module documentation carefully before using this!