Type Alias sk_GENERAL_SUBTREE_copyfunc

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.