Function lonlat_bng::convert_to_lonlat_threaded [] [src]

pub extern fn convert_to_lonlat_threaded(eastings: Array,
                                         northings: Array)
                                         -> (Array, Array)

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

Examples

See lonlat_bng::convert_to_bng_threaded

Safety

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