Function halide_error_access_out_of_bounds

Source
pub unsafe extern "C" fn halide_error_access_out_of_bounds(
    user_context: *mut c_void,
    func_name: *const c_char,
    dimension: c_int,
    min_touched: c_int,
    max_touched: c_int,
    min_valid: c_int,
    max_valid: c_int,
) -> c_int