Macro failpoint

Source
macro_rules! failpoint {
    ($name:literal) => { ... };
}