Skip to main content

fig_editor_replace_val

Function fig_editor_replace_val 

Source
pub unsafe extern "C" fn fig_editor_replace_val(
    editor: *mut FigEditor,
    path: *const FigPathSegment,
    path_len: usize,
    repl: *const u8,
    repl_len: usize,
) -> FigStatus