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