pub unsafe extern "C" fn wc_PKCS12_parse_ex(
pkcs12: *mut WC_PKCS12,
psw: *const c_char,
pkey: *mut *mut byte,
pkeySz: *mut word32,
cert: *mut *mut byte,
certSz: *mut word32,
ca: *mut *mut WC_DerCertList,
keepKeyHeader: c_int,
) -> c_int