#[unsafe(no_mangle)]pub unsafe extern "C" fn yxmltext_event_keys(
e: *const YXmlTextEvent,
len: *mut u32,
) -> *mut YEventKeyChangeExpand description
Returns a sequence of changes produced by map component of shared collections.
len output parameter is used to provide information about number of changes produced.
Delta returned from this function should eventually be released using yevent_keys_destroy
function.