pub unsafe extern "C" fn lilv_node_as_blank(
value: *const LilvNode,
) -> *const c_charExpand description
Return this value as a blank node identifier, e.g. “genid03”.
Valid to call only if lilv_node_is_blank(value) returns true.
Returned value is owned by value and must not be freed by caller.