pub type IMAGE_FUNCTION_ENTRY = _IMAGE_FUNCTION_ENTRY;Aliased Type§
#[repr(C)]pub struct IMAGE_FUNCTION_ENTRY {
pub StartingAddress: u64,
pub EndingAddress: u64,
pub EndOfPrologue: u64,
}Fields§
§StartingAddress: u64§EndingAddress: u64§EndOfPrologue: u64