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

Type Alias FunctionIDMapper

pub type FunctionIDMapper = Option<unsafe extern "system" fn(funcid: usize, pbhookfunction: *mut BOOL) -> usize>;

Aliased Type§

enum FunctionIDMapper {
    None,
    Some(unsafe extern "system" fn(_: usize, _: *mut BOOL) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: usize, _: *mut BOOL) -> usize)

Some value of type T.