windows::Win32::System::Diagnostics::ClrProfiling

Type Alias StackSnapshotCallback

pub type StackSnapshotCallback = Option<unsafe extern "system" fn(funcid: usize, ip: usize, frameinfo: usize, contextsize: u32, context: *mut u8, clientdata: *mut c_void) -> HRESULT>;

Aliased Type§

enum StackSnapshotCallback {
    None,
    Some(unsafe extern "system" fn(_: usize, _: usize, _: usize, _: u32, _: *mut u8, _: *mut c_void) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.