pub unsafe extern "C" fn lyd_node_module(
node: *const lyd_node,
) -> *const lys_moduleExpand description
@brief Get the module of a node. Useful mainly for opaque nodes.
@param[in] node Node to examine. @return Module of the node.
pub unsafe extern "C" fn lyd_node_module(
node: *const lyd_node,
) -> *const lys_module@brief Get the module of a node. Useful mainly for opaque nodes.
@param[in] node Node to examine. @return Module of the node.