pub type ring_buffer_sample_fn = Option<unsafe extern "C" fn(ctx: *mut c_void, data: *mut c_void, size: size_t) -> c_int>;
Aliased Type§
pub enum ring_buffer_sample_fn {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void, u64) -> i32),
}