blob: 56074f75e5c52c69964e05a73144edfa7aaa16ba [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
pub type myVector3 = [f32; 3usize];
extern "C" {
pub fn modifyVectorFunc(v: *mut f32);
}