Function dittolive_ditto_sys::ditto_resolve_attachment[][src]

pub unsafe extern "C" fn ditto_resolve_attachment(
    ditto: &Ditto,
    id: Ref<'_, u8>,
    ctx: *mut c_void,
    retain: Option<unsafe extern "C" fn(_: *mut c_void)>,
    release: Option<unsafe extern "C" fn(_: *mut c_void)>,
    out_cancel_token: Out<'_, u64>,
    on_complete_cb: unsafe extern "C" fn(ctx: *mut c_void, _: BoxedAttachmentHandle),
    on_progress_cb: unsafe extern "C" fn(ctx: *mut c_void, _: u64, _: u64),
    on_deleted_cb: unsafe extern "C" fn(ctx: *mut c_void)
) -> c_uint