Function crypt32::CryptInstallDefaultContext
[−]
[src]
pub unsafe extern "system" fn CryptInstallDefaultContext(
hCryptProv: HCRYPTPROV,
dwDefaultType: DWORD,
pvDefaultPara: *const c_void,
dwFlags: DWORD,
pvReserved: *mut c_void,
phDefaultContext: *mut HCRYPTDEFAULTCONTEXT
) -> BOOL