wavefront_sequences_init_lambda

Function wavefront_sequences_init_lambda 

Source
pub unsafe extern "C" fn wavefront_sequences_init_lambda(
    wf_sequences: *mut wavefront_sequences_t,
    match_funct: alignment_match_funct_t,
    match_funct_arguments: *mut c_void,
    pattern_length: c_int,
    text_length: c_int,
    reverse: bool,
)