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