init()

in Source/AwsCommonRuntimeKit/crt/AWSDate.swift [45:47]


    init(rawValue: aws_date_time) {
        self.rawValue = fromPointer(ptr: rawValue)
    }