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