pub unsafe extern "C" fn imnodes_LoadEditorStateFromIniString(
    editor: *mut ImNodesEditorContext,
    data: *const c_char,
    data_size: usize
)