pub unsafe extern "C" fn gst_sdp_media_add_bandwidth(
    media: *mut GstSDPMedia,
    bwtype: *const c_char,
    bandwidth: c_uint
) -> GstSDPResult