pub unsafe extern "C" fn common_json_schema_to_grammar_c( schema_json: *const c_char, force_gbnf: bool, out_buf: *mut c_char, out_len: usize, expected_len: *mut usize, ) -> i32