Skip to main content

fig_editor_append_seq

Function fig_editor_append_seq 

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