N f32's <-> Rc pointers <-> *mut f32 for blas/C

Sure, the capacity issue does not concern me. I am still concerned about rustc/caching -- i.e. the compiler assuming that I'm only changing Cell via .set, and I'm clearly changing it behind it's back.