pub fn Array_createWithLength(
    rt: Pin<&mut Runtime>,
    length: usize
) -> UniquePtr<JsiArray>