I get config from a config server, which is char*, and i don't want to save it to file. so i need an API like: ``` int ini_parse_str(const char* str, ini_handler handler, void* user); ``` so, how about support parse from cstring?