pub unsafe extern "C-unwind" fn SecAsn1Malloc(
coder: SecAsn1CoderRef,
len: usize,
) -> NonNull<c_void>๐Deprecated: SecAsn1 is not supported
Available on crate feature
SecAsn1Coder only.Expand description
ยงSafety
coder must be a valid pointer.