Function promote_to_static

Source
pub fn promote_to_static<T: 'static>(
    local: &T,
    f: impl FnOnce(&'static T) -> Never,
) -> !