Function lonlat_bng::convert_to_osgb36_threaded [] [src]

pub extern fn convert_to_osgb36_threaded(longitudes: Array,
                                         latitudes: Array)
                                         -> (Array, Array)

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

Examples

See lonlat_bng::convert_to_bng_threaded for examples, substituting f64 vectors

Safety

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