Function wolfssl_sys::wc_RsaPublicKeyDecode_ex
source · pub unsafe extern "C" fn wc_RsaPublicKeyDecode_ex(
input: *const byte,
inOutIdx: *mut word32,
inSz: word32,
n: *mut *const byte,
nSz: *mut word32,
e: *mut *const byte,
eSz: *mut word32
) -> c_int