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