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