pub unsafe extern "C" fn PKCS12_create(
password: *const c_char,
name: *const c_char,
pkey: *const EVP_PKEY,
cert: *mut X509,
chain: *const stack_st_X509,
key_nid: c_int,
cert_nid: c_int,
iterations: c_int,
mac_iterations: c_int,
key_type: c_int,
) -> *mut PKCS12