pub unsafe extern "C" fn get_path_string(
context: *mut c_context,
value: *const value,
) -> *const c_charExpand description
@brief Get path as string @ingroup value_extract @param[out] context Optional, stores error information @param[in] value Nix value to inspect @return string valid while value is valid, NULL in case of error