pub unsafe extern "C" fn esl_scorematrix_RelEntropy(
    S: *const ESL_SCOREMATRIX,
    fi: *const f64,
    fj: *const f64,
    lambda: f64,
    ret_D: *mut f64
) -> c_int