Type Alias sk_IPAddressFamily_copyfunc

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

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const IPAddressFamily_st) -> *mut IPAddressFamily_st)

Some value of type T.