Function halide_error_buffer_extents_too_large

Source
pub unsafe extern "C" fn halide_error_buffer_extents_too_large(
    user_context: *mut c_void,
    buffer_name: *const c_char,
    actual_size: i64,
    max_size: i64,
) -> c_int