pub unsafe fn GetEnvironmentVariableA<P0>(
    lpname: P0,
    lpbuffer: Option<&mut [u8]>
) -> u32
where P0: IntoParam<PCSTR>,