pub unsafe extern "C" fn gst_rtsp_server_transfer_connection(
    server: *mut GstRTSPServer,
    socket: *mut GSocket,
    ip: *const c_char,
    port: c_int,
    initial_buffer: *const c_char
) -> gboolean