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