pub unsafe extern "C" fn PKCS8_marshal_encrypted_private_key(
out: *mut CBB,
pbe_nid: c_int,
cipher: *const EVP_CIPHER,
pass: *const c_char,
pass_len: usize,
salt: *const u8,
salt_len: usize,
iterations: c_int,
pkey: *const EVP_PKEY,
) -> c_int