pub unsafe extern "C" fn gweather_info_get_value_wind(
    info: *mut GWeatherInfo,
    unit: GWeatherSpeedUnit,
    speed: *mut c_double,
    direction: *mut GWeatherWindDirection
) -> gboolean