Function aom_sys::aom::aom_img_set_rect

source ·
pub unsafe extern "C" fn aom_img_set_rect(
    img: *mut aom_image_t,
    x: c_uint,
    y: c_uint,
    w: c_uint,
    h: c_uint,
    border: c_uint
) -> c_int