pub unsafe extern "C" fn twig_editor_edit_range(
editor: *mut TwigEditor,
start: usize,
end: usize,
text: *const u8,
text_len: usize,
out_change: *mut TwigChange,
) -> TwigStatuspub unsafe extern "C" fn twig_editor_edit_range(
editor: *mut TwigEditor,
start: usize,
end: usize,
text: *const u8,
text_len: usize,
out_change: *mut TwigChange,
) -> TwigStatus