windows::Win32::System::Environment

Function GetEnvironmentVariableW

pub unsafe fn GetEnvironmentVariableW<P0>(
    lpname: P0,
    lpbuffer: Option<&mut [u16]>,
) -> u32
where P0: Param<PCWSTR>,