Function windows::Win32::UI::WindowsAndMessaging::TranslateAcceleratorW

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