Function sequoia_ffi::openpgp::cert::pgp_cert_builder_set_creation_time[][src]

#[no_mangle]
pub extern "C" fn pgp_cert_builder_set_creation_time(
    certb: *mut *mut CertBuilder<'_>,
    when: time_t
)
Expand description

Sets the creation time.

C Declaration

void
pgp_cert_builder_set_creation_time (pgp_cert_builder_t *certb,
                                    time_t when);