pub unsafe extern "C" fn av_hwdevice_ctx_create_derived_opts(
    dst_ctx: *mut *mut AVBufferRef,
    type_: AVHWDeviceType,
    src_ctx: *mut AVBufferRef,
    options: *mut AVDictionary,
    flags: c_int
) -> c_int