Function push_free

Source
unsafe fn push_free<K, V>(
    free_list: &mut Option<NonNull<Node<K, V>>>,
    node: NonNull<Node<K, V>>,
)