pub unsafe extern "system" fn ExpandEnvironmentStringsForUserA(
    htoken: HANDLE,
    lpsrc: PCSTR,
    lpdest: PSTR,
    dwsize: u32
) -> BOOL
Expand description

Required features: "Win32_System_Environment", "Win32_Foundation"