pub unsafe extern "C" fn ditto_live_query_webhook_register_str<'s, 'l: 's>(
    ditto: &Ditto,
    coll_name: Ref<'_>,
    query: Ref<'_>,
    order_by: Ref<'s, COrderByParam<'l>>,
    limit: c_int,
    offset: c_uint,
    url: Ref<'_>
) -> Result_BoxedSlice<u8>