Function windows::Win32::Security::Cryptography::CertAddCTLLinkToStore
pub unsafe fn CertAddCTLLinkToStore<P0>(
hcertstore: P0,
pctlcontext: *const CTL_CONTEXT,
dwadddisposition: u32,
ppstorecontext: Option<*mut *mut CTL_CONTEXT>,
) -> Result<()>where
P0: Param<HCERTSTORE>,