Function
GSCheckKeyWithLength(_:_:_:) GSCheckKeyWithLengthGSCheckKeyWithLength
Declaration
func GSCheckKeyWithLength(_ pInfo: UnsafeMutablePointer<GSPlistParseInfo>!, _ key: UnsafePointer<CChar>!, _ length: Int32) -> BoolDeclaration
BOOL GSCheckKeyWithLength(GSPlistParseInfo *pInfo, const char *key, int length);Declaration
GSCheckKeyWithLength(pInfo: GSPlistParseInfo, key: str, length: int) -> bool