pub unsafe fn SetMenuItemInfoA<P0, P1>(
    hmenu: P0,
    item: u32,
    fbypositon: P1,
    lpmii: *const MENUITEMINFOA
) -> Result<()>
where P0: IntoParam<HMENU>, P1: IntoParam<BOOL>,