// Note: We take `&*mut T` instead of just `*mut T` to tie the lifetime of all the returned items
// to the lifetime of the pointer for some extra safety.
pub unsafe
// The `Next` element is always the same, so use a macro to avoid the repetition.
pub use linked_list_iter;