Function halide_error_storage_bound_too_small

Source
pub unsafe extern "C" fn halide_error_storage_bound_too_small(
    user_context: *mut c_void,
    func_name: *const c_char,
    var_name: *const c_char,
    provided_size: c_int,
    required_size: c_int,
) -> c_int