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