pub unsafe extern "C" fn av_image_get_buffer_size(
    pix_fmt: c_int,
    width: c_int,
    height: c_int,
    align: c_int
) -> c_int