pub unsafe extern "C" fn gst_sdp_message_set_key(
    msg: *mut GstSDPMessage,
    type_: *const c_char,
    data: *const c_char
) -> GstSDPResult