pub unsafe extern "C-unwind" fn SecAsn1AllocCopy(
coder: SecAsn1CoderRef,
src: NonNull<c_void>,
len: usize,
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.