pub unsafe extern "C-unwind" fn CSSM_CSP_PassThrough(
cc_handle: CSSM_CC_HANDLE,
pass_through_id: uint32,
in_data: *const c_void,
out_data: *mut *mut c_void,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
in_data
must be a valid pointer.out_data
must be a valid pointer.