pub type kernel_ValidationInterfaceBlockChecked = Option<unsafe extern "C" fn(user_data: *mut c_void, block: *const kernel_BlockPointer, state: *const kernel_BlockValidationState)>;Expand description
Function signatures for the validation interface.
Aliased Type§
enum kernel_ValidationInterfaceBlockChecked {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const kernel_BlockPointer, _: *const kernel_BlockValidationState)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut c_void, _: *const kernel_BlockPointer, _: *const kernel_BlockValidationState))
Some value of type T.