pub unsafe extern "C-unwind" fn R_ExpandFileName_unchecked(
s: *const c_char,
) -> *const c_charExpand description
Expand a filename, resolving ~ and environment variables.
§Returns
Pointer to expanded path (in R’s internal buffer, do not free).
Unchecked FFI binding for R_ExpandFileName.
Generated from source location line 1863, column 12.
Generated from source file miniextendr-api/src/sys.rs.