Type Alias DecomposeFn

Source
pub type DecomposeFn = fn(&hb_ot_shape_normalize_context_t<'_>, char) -> Option<(char, char)>;