Function GetMenuStringW

Source
pub unsafe extern "C" fn GetMenuStringW(
    hMenu: HMENU,
    uIDItem: UINT,
    lpString: LPWSTR,
    cchMax: c_int,
    flags: UINT,
) -> c_int