pub unsafe extern "C" fn btck_context_interrupt(
context: *mut btck_Context,
) -> c_intExpand 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 0 if the interrupt was successful, non-zero otherwise.