Skip to main content

twig_editor_insert_after

Function twig_editor_insert_after 

Source
pub unsafe extern "C" fn twig_editor_insert_after(
    editor: *mut TwigEditor,
    locator: *const u8,
    locator_len: usize,
    text: *const u8,
    text_len: usize,
) -> TwigStatus