Function pm_parser_init

Source
pub unsafe extern "C" fn pm_parser_init(
    parser: *mut pm_parser_t,
    source: *const u8,
    size: usize,
    options: *const pm_options_t,
)
Expand description

Initialize a parser with the given start and end pointers.

@param parser The parser to initialize. @param source The source to parse. @param size The size of the source. @param options The optional options to use when parsing.