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),
}