pub unsafe extern "C-unwind" fn CSSM_DL_PassThrough(
dldb_handle: CSSM_DL_DB_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.