Function sequoia_ffi::openpgp::packet::signature::pgp_signature_into_packet[][src]

#[no_mangle]
pub extern "C" fn pgp_signature_into_packet(
    s: *mut Signature
) -> *mut Packet
Expand description

Converts the signature to a packet.

C Declaration

pgp_packet_t
pgp_signature_into_packet (pgp_signature_t s);