Skip to main content

fig_editor_reorder_keys

Function fig_editor_reorder_keys 

Source
pub unsafe extern "C" fn fig_editor_reorder_keys(
    editor: *mut FigEditor,
    path: *const FigPathSegment,
    path_len: usize,
    keys: *const FigStr,
    keys_len: usize,
) -> FigStatus