Skip to main content

twig_editor_insert_footnote

Function twig_editor_insert_footnote 

Source
pub unsafe extern "C" fn twig_editor_insert_footnote(
    editor: *mut TwigEditor,
    offset: usize,
    label: *const u8,
    label_len: usize,
    out_change: *mut TwigChange,
) -> TwigStatus