c4Socket_setNativeHandle

Function c4Socket_setNativeHandle 

Source
pub unsafe extern "C" fn c4Socket_setNativeHandle(
    arg1: *mut C4Socket,
    arg2: *mut c_void,
)
Expand description

Associates an opaque “native handle” with this object. You can use this to store whatever you need to represent the socket’s implementation, like a file descriptor.