pub unsafe extern "C" fn kernel_context_interrupt(
context: *mut kernel_Context,
) -> bool
Expand description
@brief Interrupt can be used to halt long-running validation functions like when reindexing, importing or processing blocks.
@param[in] context Non-null. @return True if the interrupt was successful.