Function halide_error_explicit_bounds_too_small

Source
pub unsafe extern "C" fn halide_error_explicit_bounds_too_small(
    user_context: *mut c_void,
    func_name: *const c_char,
    var_name: *const c_char,
    min_bound: c_int,
    max_bound: c_int,
    min_required: c_int,
    max_required: c_int,
) -> c_int