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_paramsmust be a valid pointer.output_paramsmust be a valid pointer.