pub unsafe extern "C-unwind" fn cssmOidToAlg(
oid: *const SecAsn1Oid,
alg: *mut CSSM_ALGORITHMS,
) -> boolAvailable on crate features
SecAsn1Types and cssmapple and cssmconfig and cssmtype only.Expand description
ยงSafety
oidmust be a valid pointer.algmust be a valid pointer.