pub type LV2_Atom_Forge_Sink = Option<unsafe extern "C" fn(handle: LV2_Atom_Forge_Sink_Handle, buf: *const c_void, size: u32) -> LV2_Atom_Forge_Ref>;Expand description
Sink function for writing output. See lv2_atom_forge_set_sink().
Aliased Type§
pub enum LV2_Atom_Forge_Sink {
None,
Some(unsafe extern "C" fn(*mut c_void, *const c_void, u32) -> isize),
}