pub unsafe fn GetConsoleCommandHistoryW<P0>(
    commands: PWSTR,
    commandbufferlength: u32,
    exename: P0
) -> u32
where P0: IntoParam<PCWSTR>,