MDS_Initialize

Function MDS_Initialize 

Source
pub unsafe extern "C-unwind" fn MDS_Initialize(
    p_caller_guid: *const CSSM_GUID,
    p_memory_functions: *const CSSM_MEMORY_FUNCS,
    p_dl_functions: MDS_FUNCS_PTR,
    h_mds: *mut MDS_HANDLE,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmconfig and cssmtype and mds only.
Expand description

ยงSafety

  • p_caller_guid must be a valid pointer.
  • p_memory_functions must be a valid pointer.
  • p_dl_functions must be a valid pointer.
  • h_mds must be a valid pointer.