Type Alias kernel_ValidationInterfaceBlockChecked

Source
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§

pub enum kernel_ValidationInterfaceBlockChecked {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const kernel_BlockPointer, *const kernel_BlockValidationState)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const kernel_BlockPointer, *const kernel_BlockValidationState))

Some value of type T.