pub unsafe fn yaml_parser_initialize(parser: *mut yaml_parser_t) -> Success
Expand description

Initialize a parser.

This function creates a new parser object. An application is responsible for destroying the object using the yaml_parser_delete() function.