pub unsafe extern "C" fn ghostty_render_state_row_iterator_new(
allocator: *const Allocator,
out_iterator: *mut RenderStateRowIterator,
) -> TypeExpand description
Create a new row iterator instance.
All fields except the allocator are left undefined until populated via ghostty_render_state_get() with GHOSTTY_RENDER_STATE_DATA_ROW_ITERATOR.
failure