pub unsafe fn LoadBitmapA<P0, P1>(hinstance: P0, lpbitmapname: P1) -> HBITMAP
where P0: IntoParam<HINSTANCE>, P1: IntoParam<PCSTR>,