Function ctru_sys::AM_ImportCertificate
source · pub unsafe extern "C" fn AM_ImportCertificate(
certSize: u32_,
cert: *mut c_void
) -> Result
Expand description
Imports a certificate into the ticket certificate chain.
§Arguments
certSize
- Size of the certificate.cert
- Data of the certificate.