str_parse_line
if ( str_parse_line( line, &type, &value, &vlen ) < 0 ) {
int str_parse_line( char *line, char **type, char **value, int *vlen);