Function lonlat_bng::convert_epsg3857_to_wgs84_threaded [] [src]

pub extern fn convert_epsg3857_to_wgs84_threaded(x: Array,
                                                 y: Array)
                                                 -> (Array, Array)

A threaded, FFI-compatible wrapper for lonlat_bng::convert_epsg3857_to_wgs84

Examples

See lonlat_bng::convert_to_bng_threaded for examples

Safety

This function is unsafe because it accesses a raw pointer which could contain arbitrary data