pub unsafe fn GetConsoleCommandHistoryA<P0>(
    commands: &mut [u8],
    exename: P0
) -> u32
where P0: IntoParam<PCSTR>,