pub unsafe fn TranslateAcceleratorA<P0, P1>(
    hwnd: P0,
    hacctable: P1,
    lpmsg: *const MSG
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<HACCEL>,