pub unsafe extern "C" fn vsInvSqrt(
    n: c_int,
    a: *const f32,
    r: *mut f32
)