pub unsafe fn SetMenuDefaultItem<P0>(
    hmenu: P0,
    uitem: u32,
    fbypos: u32
) -> Result<()>
where P0: IntoParam<HMENU>,