pub unsafe extern "system" fn CertAddSerializedElementToStore(
hcertstore: HCERTSTORE,
pbelement: *const u8,
cbelement: u32,
dwadddisposition: u32,
dwflags: u32,
dwcontexttypeflags: u32,
pdwcontexttype: *mut u32,
ppvcontext: *mut *mut c_void
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"