pub unsafe extern "C-unwind" fn IONetworkOpen(
obj: io_object_t,
con: *mut io_connect_t,
) -> IOReturnAvailable on crate features
libc and network only.Expand description
Open a connection to an IONetworkInterface object. An IONetworkUserClient object is created to manage the connection.
ยงSafety
con must be a valid pointer.