pub fn particles_to_bgeo<R: Real, P: AsRef<Path>>(
    particles: &[Vector3<R>],
    bgeo_file: P,
    enable_compression: bool
) -> Result<(), Error>
Available on crate feature io only.