pub unsafe extern "C" fn ejdbqueryhints(
jb: *mut EJDB,
q: *mut EJQ,
hintsbsdata: *const c_void,
) -> *mut EJQExpand description
Set hints for the query. @param jb EJDB database handle. @param hintsbsdata Query hints BSON data. @return NULL on error.