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