windows::Win32::Security::Cryptography

Function CertGetStoreProperty

pub unsafe fn CertGetStoreProperty(
    hcertstore: HCERTSTORE,
    dwpropid: u32,
    pvdata: Option<*mut c_void>,
    pcbdata: *mut u32,
) -> Result<()>