btck_NotifyWarningUnset

Type Alias btck_NotifyWarningUnset 

Source
pub type btck_NotifyWarningUnset = Option<unsafe extern "C" fn(user_data: *mut c_void, warning: btck_Warning)>;

Aliased Type§

pub enum btck_NotifyWarningUnset {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u8))

Some value of type T.