pub unsafe extern "C" fn AM_ImportCertificate(
certSize: u32_,
cert: *mut c_void,
) -> ResultExpand description
Imports a certificate into the ticket certificate chain.
ยงArguments
certSize- Size of the certificate.cert- Data of the certificate.