pub unsafe extern "C" fn uci_reorder_section(
ctx: *mut uci_context,
s: *mut uci_section,
pos: c_int,
) -> c_intExpand description
uci_reorder: Reposition a section @ctx: uci context @s: uci section to reposition @pos: new position in the section list