pub unsafe extern "C" fn aws_profile_collection_new_from_buffer(
allocator: *mut aws_allocator,
buffer: *const aws_byte_buf,
source: aws_profile_source_type
) -> *mut aws_profile_collectionExpand description
Create a new profile collection by parsing text in a buffer. Primarily for testing.