pub unsafe extern "C" fn aws_xml_node_as_body(
    parser: *mut aws_xml_parser,
    node: *mut aws_xml_node,
    out_body: *mut aws_byte_cursor
) -> c_int
Expand description

Writes the contents of the body of node into out_body. out_body is an output parameter in this case. Upon success, out_body will contain the body of the node.