Function jl_svecset

Source
pub unsafe fn jl_svecset<T, U>(
    t: *mut T,
    i: usize,
    x: *mut U,
) -> *mut jl_value_t