windows::Win32::System::Console

Function GetConsoleAliasA

pub unsafe fn GetConsoleAliasA<P0, P3>(
    source: P0,
    targetbuffer: &mut [u8],
    exename: P3,
) -> u32
where P0: Param<PCSTR>, P3: Param<PCSTR>,