Function wolf_crypto_sys::wc_CreatePKCS8Key
source ยท pub unsafe extern "C" fn wc_CreatePKCS8Key(
out: *mut byte,
outSz: *mut word32,
key: *mut byte,
keySz: word32,
algoID: c_int,
curveOID: *const byte,
oidSz: word32,
) -> c_int