Type Alias sk_CONF_VALUE_copyfunc

Source
pub type sk_CONF_VALUE_copyfunc = Option<unsafe extern "C" fn(_: *const CONF_VALUE) -> *mut CONF_VALUE>;

Aliased Type§

enum sk_CONF_VALUE_copyfunc {
    None,
    Some(unsafe extern "C" fn(_: *const CONF_VALUE) -> *mut CONF_VALUE),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.