pub unsafe fn ExpandEnvironmentStringsA<P0>(
    lpsrc: P0,
    lpdst: Option<&mut [u8]>
) -> u32
where P0: IntoParam<PCSTR>,