pub unsafe fn InsertMenuItemA<P0, P1>(
    hmenu: P0,
    item: u32,
    fbyposition: P1,
    lpmi: *const MENUITEMINFOA
) -> Result<()>
where P0: IntoParam<HMENU>, P1: IntoParam<BOOL>,