pub type SERVICE_TABLE_ENTRYW = _SERVICE_TABLE_ENTRYW;Aliased Type§
#[repr(C)]pub struct SERVICE_TABLE_ENTRYW {
pub lpServiceName: *mut u16,
pub lpServiceProc: Option<unsafe extern "C" fn(u32, *mut *mut u16)>,
}Fields§
§lpServiceName: *mut u16§lpServiceProc: Option<unsafe extern "C" fn(u32, *mut *mut u16)>