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_guidmust be a valid pointer.p_memory_functionsmust be a valid pointer.p_dl_functionsmust be a valid pointer.h_mdsmust be a valid pointer.