pub unsafe fn ExpandEnvironmentStringsW<P0>(
    lpsrc: P0,
    lpdst: Option<&mut [u16]>
) -> u32
where P0: IntoParam<PCWSTR>,