pub type SERVICE_TABLE_ENTRYA = _SERVICE_TABLE_ENTRYA;Aliased Type§
#[repr(C)]pub struct SERVICE_TABLE_ENTRYA {
pub lpServiceName: *mut u8,
pub lpServiceProc: Option<unsafe extern "C" fn(u64, *mut *mut u8)>,
}Fields§
§lpServiceName: *mut u8§lpServiceProc: Option<unsafe extern "C" fn(u64, *mut *mut u8)>