pub unsafe extern "system" fn ExpandEnvironmentStringsForUserW(
    htoken: HANDLE,
    lpsrc: PCWSTR,
    lpdest: PWSTR,
    dwsize: u32
) -> BOOL
Expand description

Required features: "Win32_System_Environment", "Win32_Foundation"