pub unsafe extern "C" fn nstd_env_free_path(path: *mut *mut c_char)Expand description
Frees memory allocated by nstd_env_path_to_exe, nstd_env_current_dir or
nstd_env_temp_dir.
Parameters:
char **path - String from nstd_env_path_to_exe or nstd_env_current_dir.