pub unsafe extern "C" fn twig_format_is_authorable(
format: c_int,
out_authorable: *mut c_int,
) -> TwigStatusExpand description
Whether format can be authored into at all — 0 for a parse-only
format. A weaker claim than it looks; see twig_format_supports.