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
6
use super::core::Handle;

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