Type Alias windows::Win32::System::Diagnostics::ClrProfiling::FunctionEnter
pub type FunctionEnter = Option<unsafe extern "system" fn(funcid: usize)>;
Aliased Type§
enum FunctionEnter {
None,
Some(unsafe extern "system" fn(_: usize)),
}