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)),
}