[][src]Function cmark_gfm_sys::cmark_inline_parser_get_chunk

pub unsafe extern "C" fn cmark_inline_parser_get_chunk(
    parser: *mut cmark_inline_parser
) -> *mut cmark_chunk

Gets the cmark_chunk being operated on by the given inline parser. Use cmark_inline_parser_get_offset to get our current position in the chunk.