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