esl_histogram_SetExpectedTail

Function esl_histogram_SetExpectedTail 

Source
pub unsafe extern "C" fn esl_histogram_SetExpectedTail(
    h: *mut ESL_HISTOGRAM,
    base_val: f64,
    pmass: f64,
    cdf: Option<unsafe extern "C" fn(x: f64, params: *mut c_void) -> f64>,
    params: *mut c_void,
) -> c_int