pub type PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_GET = Option<unsafe extern "system" fn(pplugincontext: *const c_void, pidentifier: *const CRYPTOAPI_BLOB, dwnametype: u32, pnameblob: *const CRYPTOAPI_BLOB, ppbcontent: *mut *mut u8, pcbcontent: *mut u32, ppwszpassword: *mut PWSTR, ppidentifier: *mut *mut CRYPTOAPI_BLOB) -> BOOL>;
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"