pub unsafe extern "C" fn vmsSinCos(
    n: c_int,
    a: *const f32,
    r1: *mut f32,
    r2: *mut f32,
    mode: c_longlong
)