pub unsafe extern "C" fn sc_print_path(
path: *const sc_path_t,
) -> *const c_charExpand description
Return string representation of the given sc_path_t object Warning: as static memory is used for the return value this function is not thread-safe !!! @param path sc_path_t object of the path to be printed @return pointer to a const buffer with the string representation of the path