Skip to main content

CFTreeReleaseCallBack

Type Alias CFTreeReleaseCallBack 

Source
pub type CFTreeReleaseCallBack = Option<unsafe extern "C" fn(info: *const c_void)>;
Expand description

Apple SDK type alias CFTreeReleaseCallBack.

Aliased Type§

pub enum CFTreeReleaseCallBack {
    None,
    Some(unsafe extern "C" fn(*const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void))

Some value of type T.