pub type halide_trace_t = Option<unsafe extern "C" fn(user_context: *mut c_void, arg1: *const halide_trace_event_t) -> i32>;Aliased Type§
enum halide_trace_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const halide_trace_event_t) -> i32),
}