[][src]Type Definition CCODE::PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_GET

type PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_GET = Option<unsafe extern "C" fn(pPluginContext: LPVOID, pIdentifier: PCRYPT_DATA_BLOB, dwNameType: DWORD, pNameBlob: PCERT_NAME_BLOB, ppbContent: *mut PBYTE, pcbContent: *mut DWORD, ppwszPassword: *mut PCWSTR, ppIdentifier: *mut PCRYPT_DATA_BLOB) -> BOOL>;