pub unsafe fn yaml_emitter_initialize(emitter: *mut yaml_emitter_t) -> Success
Expand description
Initialize an emitter.
This function creates a new emitter object. An application is responsible for destroying the object using the yaml_emitter_delete() function.