pub unsafe extern "C" fn aom_codec_set_cx_data_buf(
    ctx: *mut aom_codec_ctx_t,
    buf: *const aom_fixed_buf_t,
    pad_before: c_uint,
    pad_after: c_uint
) -> Type