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