pub type IMAGE_IA64_RUNTIME_FUNCTION_ENTRY = _IMAGE_RUNTIME_FUNCTION_ENTRY;Aliased Type§
struct IMAGE_IA64_RUNTIME_FUNCTION_ENTRY {
    pub BeginAddress: u32,
    pub EndAddress: u32,
    pub u: IMAGE_RUNTIME_FUNCTION_ENTRY_u,
}Fields§
§BeginAddress: u32§EndAddress: u32§u: IMAGE_RUNTIME_FUNCTION_ENTRY_u