Function windows::Win32::Networking::Clustering::ClusterDecrypt
pub unsafe fn ClusterDecrypt<P0>(
hcluscryptprovider: P0,
pcryptinput: *const u8,
cbcryptinput: u32,
ppcryptoutput: *mut *mut u8,
pcbcryptoutput: *mut u32,
) -> u32where
P0: Param<HCLUSCRYPTPROVIDER>,