Skip to main content

twig_editor_replace_content

Function twig_editor_replace_content 

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