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