pub unsafe extern "C" fn lilv_port_get_node(
plugin: *const LilvPlugin,
port: *const LilvPort,
) -> *const LilvNodeExpand description
Get the RDF node of port.
Ports nodes may be may be URIs or blank nodes.
@return A shared node which must not be modified or freed.