Function janet_array_init

Source
pub unsafe extern "C" fn janet_array_init(
    array: *mut JanetArray,
    capacity: i32,
) -> *mut JanetArray