Skip to main content

fig_editor_set

Function fig_editor_set 

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