pub unsafe fn ArrayCheckBounds(
    arg_ndim: c_int,
    arg_dims: *const c_int,
    arg_lb: *const c_int
)