pub type halide_print_t = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *const c_char)>;
enum halide_print_t { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8)), }
No value.
Some value of type T.
T