pub unsafe extern "C" fn uci_set_backend(
ctx: *mut uci_context,
name: *const c_char,
) -> c_intExpand description
uci_set_backend: change the default backend @ctx: uci context @name: name of the backend
The default backend is “file”, which uses /etc/config for config storage