Type Alias fftwl_write_char_func

Source
pub type fftwl_write_char_func = fftw_write_char_func_do_not_use_me;

Aliased Type§

enum fftwl_write_char_func {
    None,
    Some(unsafe extern "C" fn(_: i8, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i8, _: *mut c_void))

Some value of type T.