pub type sk_IPAddressFamily_copyfunc = Option<unsafe extern "C" fn(*const IPAddressFamily_st) -> *mut IPAddressFamily_st>;
Aliased Type§
pub enum sk_IPAddressFamily_copyfunc {
None,
Some(unsafe extern "C" fn(*const IPAddressFamily_st) -> *mut IPAddressFamily_st),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*const IPAddressFamily_st) -> *mut IPAddressFamily_st)
Some value of type T
.