Type Alias sk_SXNETID_copyfunc

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const SXNET_ID_st) -> *mut SXNET_ID_st)

Some value of type T.