pub unsafe fn GetConsoleAliasW<P0, P1>(
    source: P0,
    targetbuffer: &mut [u16],
    exename: P1
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,