pub unsafe extern "C" fn nstd_env_temp_dir() -> *mut c_char
Returns the path of a temporary directory. Use nstd_env_free_path to free memory allocated by this function. Returns: char *path - The path of the temp dir.
nstd_env_free_path
char *path