Type Definition clingo_sys::clingo_ast_callback_t [] [src]

type clingo_ast_callback_t = Option<unsafe extern "C" fn(_: *const clingo_ast_statement_t, _: *mut c_void) -> bool>;