pub unsafe extern "C" fn ly_ctx_get_submodule2(
module: *const lys_module,
submodule: *const c_char,
revision: *const c_char,
) -> *const lysp_submoduleExpand description
@brief Get a specific submodule from a module. If the belongs-to module is not known, use ::ly_ctx_get_submodule().
@param[in] module Belongs-to module to search in. @param[in] submodule Submodule name to find. @param[in] revision Revision of the submodule to find, NULL for a submodule without a revision. @return Found submodule, NULL if there is none.