SecAsn1Malloc

Function SecAsn1Malloc 

Source
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.