pub unsafe extern "C" fn gst_sdp_media_add_attribute(
    media: *mut GstSDPMedia,
    key: *const c_char,
    value: *const c_char
) -> GstSDPResult