pub unsafe fn LoadAcceleratorsW<P0, P1>(
    hinstance: P0,
    lptablename: P1
) -> Result<HACCEL>
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCWSTR>,