Type Alias windows::Win32::System::Diagnostics::Debug::Extensions::ENTRY_CALLBACK

pub type ENTRY_CALLBACK = Option<unsafe extern "system" fn(entryaddress: u64, context: *mut c_void) -> HRESULT>;

Aliased Type§

enum ENTRY_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: u64, _: *mut c_void) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u64, _: *mut c_void) -> HRESULT)

Some value of type T.