unsafe extern "C" fn __new_bm25_weight( k1: f64, k2: f64, k3: f64, b: f64, min_normlen: f64, __return: *mut *mut BM25Weight ) -> Result