Function lonlat_bng::convert_etrs89_to_ll_threaded [] [src]

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

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

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