Function sequoia_ffi::openpgp::packet_pile::pgp_packet_pile_clone[][src]

#[no_mangle]
pub extern "C" fn pgp_packet_pile_clone(
    this: *const PacketPile
) -> *mut PacketPile
Expand description

Clones this object.

C Declaration

pgp_packet_pile_t
pgp_packet_pile_clone (const pgp_packet_pile_t this);