Function jl_array_ptr_set

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