pub unsafe fn yaml_parser_set_input_string(
    parser: *mut yaml_parser_t,
    input: *const u8,
    size: u64
)
Expand description

Set a string input.

Note that the input pointer must be valid while the parser object exists. The application is responsible for destroying input after destroying the parser.