btck_NotifyBlockTip

Type Alias btck_NotifyBlockTip 

Source
pub type btck_NotifyBlockTip = Option<unsafe extern "C" fn(user_data: *mut c_void, state: btck_SynchronizationState, entry: *const btck_BlockTreeEntry, verification_progress: f64)>;
Expand description

Function signatures for the kernel notifications.

Aliased Type§

pub enum btck_NotifyBlockTip {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u8, *const btck_BlockTreeEntry, f64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.