pub unsafe extern "C-unwind" fn SecAsn1AllocCopyItem(
coder: SecAsn1CoderRef,
src: NonNull<SecAsn1Item>,
dest: NonNull<SecAsn1Item>,
) -> 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.destmust be a valid pointer.