pub unsafe extern "C" fn CertAddSerializedElementToStore(
hCertStore: HCERTSTORE,
pbElement: *const BYTE,
cbElement: DWORD,
dwAddDisposition: DWORD,
dwFlags: DWORD,
dwContextTypeFlags: DWORD,
pdwContextType: *mut DWORD,
ppvContext: *mut *const c_void,
) -> BOOL