libbitcoinkernel_sys

Type Alias kernel_NotifyFatalError

Source
pub type kernel_NotifyFatalError = Option<unsafe extern "C" fn(user_data: *mut c_void, message: *const c_char)>;

Aliased Type§

enum kernel_NotifyFatalError {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8))

Some value of type T.