pub unsafe extern "C-unwind" fn CSSM_DL_CreateRelation(
dldb_handle: CSSM_DL_DB_HANDLE,
relation_id: CSSM_DB_RECORDTYPE,
relation_name: *const c_char,
number_of_attributes: uint32,
p_attribute_info: *const CSSM_DB_SCHEMA_ATTRIBUTE_INFO,
number_of_indexes: uint32,
p_index_info: *const CSSM_DB_SCHEMA_INDEX_INFO,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
relation_namemust be a valid pointer.p_attribute_infomust be a valid pointer.p_index_infomust be a valid pointer.