pub unsafe extern "C" fn aws_get_config_file_path(
    allocator: *mut aws_allocator,
    override_path: *const aws_byte_cursor
) -> *mut aws_string
Expand description

Computes the final platform-specific path for the profile config file. Does limited home directory expansion/resolution.

override_path, if not null, will be searched first instead of using the standard home directory config path