pub unsafe extern "C-unwind" fn SecAsn1DecodeData(
coder: SecAsn1CoderRef,
src: NonNull<SecAsn1Item>,
templ: NonNull<SecAsn1Template>,
dest: NonNull<c_void>,
) -> i32๐Deprecated: SecAsn1 is not supported
Available on crate features
SecAsn1Coder and SecAsn1Types only.Expand description
ยงSafety
codermust be a valid pointer.srcmust be a valid pointer.templmust be a valid pointer.destmust be a valid pointer.