aws_lc_sys::x86_64_unknown_linux_gnu_crypto

Function PEM_X509_INFO_write_bio

Source
pub unsafe extern "C" fn PEM_X509_INFO_write_bio(
    bp: *mut BIO,
    xi: *mut X509_INFO,
    enc: *mut EVP_CIPHER,
    kstr: *mut c_uchar,
    klen: c_int,
    cd: pem_password_cb,
    u: *mut c_void,
) -> c_int