esl_histogram_SetExpect

Function esl_histogram_SetExpect 

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