pub async fn create_fence<Conn>(
    conn: &Conn,
    drawable: Drawable,
    fence: Fence,
    initially_triggered: bool
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
    Conn: RequestConnection + ?Sized,