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§
None
No value.
Some(unsafe extern "C" fn(_: *const CONF_VALUE) -> *mut CONF_VALUE)
Some value of type T
.