windows::Win32::Security::Cryptography

Function CertAddSerializedElementToStore

pub unsafe fn CertAddSerializedElementToStore(
    hcertstore: Option<HCERTSTORE>,
    pbelement: &[u8],
    dwadddisposition: u32,
    dwflags: u32,
    dwcontexttypeflags: u32,
    pdwcontexttype: Option<*mut u32>,
    ppvcontext: Option<*mut *mut c_void>,
) -> Result<()>