pub unsafe extern "C" fn uci_unload(
ctx: *mut uci_context,
p: *mut uci_package,
) -> c_intExpand description
uci_unload: Unload a config file from the uci context
@ctx: uci context @package: pointer to the uci_package struct
pub unsafe extern "C" fn uci_unload(
ctx: *mut uci_context,
p: *mut uci_package,
) -> c_intuci_unload: Unload a config file from the uci context
@ctx: uci context @package: pointer to the uci_package struct