pub unsafe extern "C" fn uci_parse_section(
s: *mut uci_section,
opts: *const uci_parse_option,
n_opts: c_int,
tb: *mut *mut uci_option,
)Expand description
uci_parse_section: look up a set of options @s: uci section @opts: list of options to look up @n_opts: number of options to look up @tb: array of pointers to found options