Function xapian::ffi::__parse_query_with_prefix
source · unsafe extern "C" fn __parse_query_with_prefix(
qp: Pin<&mut QueryParser>,
query_string: RustStr,
flags: i32,
prefix: RustStr,
__return: *mut *mut Query
) -> Result