pub unsafe extern "C" fn svn_time_to_human_cstring(
when: apr_time_t,
pool: *mut apr_pool_t,
) -> *const c_charExpand description
Convert @a when to a const char * representation allocated in @a pool, suitable for human display in UTF8.
pub unsafe extern "C" fn svn_time_to_human_cstring(
when: apr_time_t,
pool: *mut apr_pool_t,
) -> *const c_charConvert @a when to a const char * representation allocated in @a pool, suitable for human display in UTF8.