pub unsafe extern "C" fn av_image_copy_plane_uc_from(
    dst: *mut u8,
    dst_linesize: isize,
    src: *const u8,
    src_linesize: isize,
    bytewidth: isize,
    height: c_int
)