pub unsafe fn GetMenuItemInfoA<P0, P1>(
    hmenu: P0,
    item: u32,
    fbyposition: P1,
    lpmii: *mut MENUITEMINFOA
) -> Result<()>
where P0: IntoParam<HMENU>, P1: IntoParam<BOOL>,