pub unsafe fn yaml_document_end_event_initialize(
event: *mut YamlEventT,
implicit: bool,
) -> SuccessExpand description
Create the DOCUMENT-END event.
The implicit argument is considered as a stylistic parameter and may be
ignored by the emitter.
ยงSafety
eventmust be a valid, non-null pointer to aYamlEventTstruct that can be safely written to.- The
YamlEventTstruct must be properly aligned and have the expected memory layout.