speex_callback_func

Type Alias speex_callback_func 

Source
pub type speex_callback_func = Option<unsafe extern "C" fn(bits: *mut SpeexBits, state: *mut c_void, data: *mut c_void) -> c_int>;
Expand description

Callback function type

Aliased Type§

pub enum speex_callback_func {
    None,
    Some(unsafe extern "C" fn(*mut SpeexBits, *mut c_void, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut SpeexBits, *mut c_void, *mut c_void) -> i32)

Some value of type T.