[][src]Type Definition cmark_gfm_sys::cmark_inline_predicate

type cmark_inline_predicate = Option<unsafe extern "C" fn(c: c_int) -> c_int>;

Should return 'true' if the predicate matches 'c', 'false' otherwise