SecAsn1DecodeData

Function SecAsn1DecodeData 

Source
pub unsafe extern "C-unwind" fn SecAsn1DecodeData(
    coder: SecAsn1CoderRef,
    src: NonNull<SecAsn1Item>,
    templ: NonNull<SecAsn1Template>,
    dest: NonNull<c_void>,
) -> 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.
  • templ must be a valid pointer.
  • dest must be a valid pointer.