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_list
must be a valid pointer.input_params
must be a valid pointer.output_params
must be a valid pointer.