Function
GSCreatePlistParseInfoWithBuffer(_:_:_:) GSCreatePlistParseInfoWithBufferGSCreatePlistParseInfoWithBuffer
Declaration
func GSCreatePlistParseInfoWithBuffer(_ line: UnsafePointer<UInt8>!, _ length: UInt, _ pInfo: UnsafeMutablePointer<GSPlistParseInfo>!)Declaration
void GSCreatePlistParseInfoWithBuffer(const unsigned char *line, NSUInteger length, GSPlistParseInfo *pInfo);Declaration
GSCreatePlistParseInfoWithBuffer(line: unsigned char, length: int, pInfo: GSPlistParseInfo)