[][src]Type Definition lv2_sys::LV2_Atom_Forge_Deref_Func

type LV2_Atom_Forge_Deref_Func = Option<unsafe extern "C" fn(handle: LV2_Atom_Forge_Sink_Handle, ref_: LV2_Atom_Forge_Ref) -> *mut LV2_Atom>;

Function for resolving a reference. See lv2_atom_forge_set_sink().