pub unsafe fn yaml_parser_initialize(parser: *mut yaml_parser_t) -> i32
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.

Returns 1 if the function succeeded, 0 on error.