pub type SHNAMEMAPPINGA = _SHNAMEMAPPINGA;Aliased Type§
#[repr(C, packed(1))]pub struct SHNAMEMAPPINGA {
pub pszOldPath: *mut i8,
pub pszNewPath: *mut i8,
pub cchOldPath: i32,
pub cchNewPath: i32,
}Fields§
§pszOldPath: *mut i8§pszNewPath: *mut i8§cchOldPath: i32§cchNewPath: i32