When we want to add a route that has multiple paths, we have to use rtnl::route::nlas::NextHop struct from our codes.
However, we cannot directly initialize this struct, because this struct has #[non_exhaustive] attribute.
Is there any way to create rtnl::route::nlas::NextHop?