pub unsafe fn LoadMenuA<P0, P1>(hinstance: P0, lpmenuname: P1) -> Result<HMENU>
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCSTR>,