windows::Win32::Security::Cryptography

Function CertSaveStore

pub unsafe fn CertSaveStore(
    hcertstore: HCERTSTORE,
    dwencodingtype: CERT_QUERY_ENCODING_TYPE,
    dwsaveas: CERT_STORE_SAVE_AS,
    dwsaveto: CERT_STORE_SAVE_TO,
    pvsavetopara: *mut c_void,
    dwflags: u32,
) -> Result<()>