CFNetServiceMonitorCreate

Function CFNetServiceMonitorCreate 

Source
pub unsafe extern "C-unwind" fn CFNetServiceMonitorCreate(
    alloc: Option<&CFAllocator>,
    the_service: &CFNetService,
    client_cb: CFNetServiceMonitorClientCallBack,
    client_context: NonNull<CFNetServiceClientContext>,
) -> CFRetained<CFNetServiceMonitor>
👎Deprecated: renamed to CFNetServiceMonitor::new
Available on crate feature CFNetServices only.