pub type ChafaParseResult = c_uint;Expand description
ChafaParseResult: @CHAFA_PARSE_SUCCESS: Parsed successfully @CHAFA_PARSE_FAILURE: Data mismatch @CHAFA_PARSE_AGAIN: Partial success, but not enough input
An enumeration of the possible return values from the parsing function.