pub fn new_query_double_with_prefix(
    prefix: &str,
    d: f64
) -> Result<UniquePtr<Query>, Exception>