Function CryptGetUserKey

Source
pub unsafe extern "C" fn CryptGetUserKey(
    hProv: HCRYPTPROV,
    dwKeySpec: DWORD,
    phUserKey: *mut HCRYPTKEY,
) -> BOOL