pub fn set_max_wildcard_expansion(
    qp: Pin<&mut QueryParser>,
    limit: i32
) -> Result<(), Exception>