pub unsafe fn GetMenuDefaultItem<P0>(
    hmenu: P0,
    fbypos: u32,
    gmdiflags: GET_MENU_DEFAULT_ITEM_FLAGS
) -> u32
where P0: IntoParam<HMENU>,