Skip to main content

twig_editor_insert_before

Function twig_editor_insert_before 

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