[][src]Type Definition lv2_sys::LV2_Atom_Forge_Sink

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>;

Sink function for writing output. See lv2_atom_forge_set_sink().