pub type cubeb_data_callback = Option<unsafe extern "C" fn(_: *mut cubeb_stream, _: *mut c_void, _: *const c_void, _: *mut c_void, _: c_long) -> c_long>;
Aliased Type§
enum cubeb_data_callback {
None,
Some(unsafe extern "C" fn(_: *mut cubeb_stream, _: *mut c_void, _: *const c_void, _: *mut c_void, _: i64) -> i64),
}