Skip to main content

snd_config_expand_fcn_t

Type Alias snd_config_expand_fcn_t 

Source
pub type snd_config_expand_fcn_t = Option<unsafe extern "C" fn(dst: *mut *mut snd_config_t, s: *const c_char, private_data: *mut c_void) -> c_int>;

Aliased Type§

pub enum snd_config_expand_fcn_t {
    None,
    Some(unsafe extern "C" fn(*mut *mut _snd_config, *const i8, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *mut _snd_config, *const i8, *mut c_void) -> i32)

Some value of type T.