pub unsafe extern "C" fn wc_PKCS12_create(
pass: *mut c_char,
passSz: word32,
name: *mut c_char,
key: *mut byte,
keySz: word32,
cert: *mut byte,
certSz: word32,
ca: *mut WC_DerCertList,
nidKey: c_int,
nidCert: c_int,
iter: c_int,
macIter: c_int,
keyType: c_int,
heap: *mut c_void,
) -> *mut WC_PKCS12