Function windows::Win32::Security::Cryptography::CertGetStoreProperty

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