pub unsafe extern "C" fn lilv_node_get_path(
value: *const LilvNode,
hostname: *mut *mut c_char,
) -> *mut c_charExpand description
Return the path of a file URI node.
Returns NULL if value is not a file URI.
Returned value must be freed by caller with lilv_free().