pub unsafe extern "C-unwind" fn CSSM_DL_GetDbNames(
dl_handle: CSSM_DL_HANDLE,
name_list: *mut CSSM_NAME_LIST_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
name_list must be a valid pointer.