Function sequoia_ffi::openpgp::io::pgp_writer_from_bytes[][src]

#[no_mangle]
pub extern "C" fn pgp_writer_from_bytes(
    buf: *mut u8,
    len: size_t
) -> *mut Writer
Expand description

Creates a writer from a buffer.

C Declaration

pgp_writer_t
pgp_writer_from_bytes (uint8_t *buf,
                       size_t len);