Type Alias kernel_NotifyHeaderTip

Source
pub type kernel_NotifyHeaderTip = Option<unsafe extern "C" fn(user_data: *mut c_void, state: kernel_SynchronizationState, height: i64, timestamp: i64, presync: bool)>;

Aliased Type§

pub enum kernel_NotifyHeaderTip {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u32, i64, i64, bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u32, i64, i64, bool))

Some value of type T.