[][src]Type Definition CCODE::PFN_CERT_DLL_OPEN_STORE_PROV_FUNC

type PFN_CERT_DLL_OPEN_STORE_PROV_FUNC = Option<unsafe extern "C" fn(lpszStoreProvider: LPCSTR, dwEncodingType: DWORD, hCryptProv: HCRYPTPROV_LEGACY, dwFlags: DWORD, pvPara: *const c_void, hCertStore: HCERTSTORE, pStoreProvInfo: PCERT_STORE_PROV_INFO) -> BOOL>;