Function libhmmer_sys::esl_histogram_SetExpect[][src]

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