Type Alias windows::Win32::System::Diagnostics::ClrProfiling::FunctionIDMapper2
pub type FunctionIDMapper2 = Option<unsafe extern "system" fn(funcid: usize, clientdata: *mut c_void, pbhookfunction: *mut BOOL) -> usize>;
Aliased Type§
enum FunctionIDMapper2 {
None,
Some(unsafe extern "system" fn(_: usize, _: *mut c_void, _: *mut BOOL) -> usize),
}