pub unsafe fn PathUnExpandEnvStringsA<P0>(
    pszpath: P0,
    pszbuf: &mut [u8]
) -> BOOL
where P0: IntoParam<PCSTR>,