pub unsafe extern "C-unwind" fn CSSM_TP_PassThrough(
tp_handle: CSSM_TP_HANDLE,
cl_handle: CSSM_CL_HANDLE,
cc_handle: CSSM_CC_HANDLE,
db_list: *const CSSM_DL_DB_LIST,
pass_through_id: uint32,
input_params: *const c_void,
output_params: *mut *mut c_void,
) -> CSSM_RETURN๐Deprecated
Available on crate features
cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
db_listmust be a valid pointer.input_paramsmust be a valid pointer.output_paramsmust be a valid pointer.