Function ff_image_copy_plane_uc_from_x86

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