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§
enum ring_buffer_sample_fn {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: u64) -> i32),
}