pub unsafe fn TranslateMDISysAccel<P0>(
    hwndclient: P0,
    lpmsg: *const MSG
) -> BOOL
where P0: IntoParam<HWND>,