systemconfiguration-rs 0.2.1

Safe Rust bindings for Apple's SystemConfiguration framework via a Swift bridge on macOS
Documentation
1
2
3
4
5
use super::core::Handle;

unsafe extern "C" {
    pub(crate) fn sc_network_configuration_copy_overview() -> Handle;
}