pub unsafe fn yaml_emitter_open(emitter: *mut yaml_emitter_t) -> i32
Expand description

Start a YAML stream.

This function should be used before yaml_emitter_dump() is called.

Returns 1 if the function succeeded, 0 on error.