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

Type Alias FunctionEnter3

pub type FunctionEnter3 = Option<unsafe extern "system" fn(functionidorclientid: FunctionIDOrClientID)>;

Aliased Type§

enum FunctionEnter3 {
    None,
    Some(unsafe extern "system" fn(_: FunctionIDOrClientID)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: FunctionIDOrClientID))

Some value of type T.