pub unsafe extern "C-unwind" fn CSSM_CSP_GetOperationalStatistics(
csp_handle: CSSM_CSP_HANDLE,
statistics: *mut CSSM_CSP_OPERATIONAL_STATISTICS,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
statistics
must be a valid pointer.