pub unsafe fn GetConsoleAliasesW<P0>(
    aliasbuffer: &mut [u16],
    exename: P0
) -> u32
where P0: IntoParam<PCWSTR>,