pub type g726_encoder_func_t = Option<unsafe extern "C" fn(s: *mut g726_state_t, amp: i16) -> u8>;
pub enum g726_encoder_func_t { None, Some(unsafe extern "C" fn(*mut g726_state_s, i16) -> u8), }
No value.
Some value of type T.
T