pub unsafe extern "C" fn greatCircleDistanceKm(
    a: *const LatLng,
    b: *const LatLng
) -> f64