pub unsafe extern "C-unwind" fn CSSM_CL_PassThrough(
cl_handle: CSSM_CL_HANDLE,
cc_handle: CSSM_CC_HANDLE,
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
input_params
must be a valid pointer.output_params
must be a valid pointer.