Currently [context.create_data_path](https://github.com/CESNET/libyang-python/blob/f09ed1164d860fd9f04c008e42bbac13ccdb2ff2/libyang/context.py#L252C19-L252C31) uses `lyd_new_path`. Would be nice to use `lyd_new_path2` and also return the last node created beside the parent node. If this breaks the API, maybe a new function could be provided.