pub unsafe extern "C" fn aom_img_alloc_with_border(
    img: *mut aom_image_t,
    fmt: aom_img_fmt_t,
    d_w: c_uint,
    d_h: c_uint,
    align: c_uint,
    size_align: c_uint,
    border: c_uint
) -> *mut aom_image_t