pub(crate) trait MarkArrayExt {
// Required method
fn apply(
&self,
ctx: &mut hb_ot_apply_context_t<'_, '_>,
anchors: AnchorMatrix<'_>,
mark_index: u16,
glyph_index: u16,
glyph_pos: usize,
) -> Option<()>;
}