windows::Win32::Security::Cryptography::UI

Function CryptUIDlgViewContext

pub unsafe fn CryptUIDlgViewContext<P3>(
    dwcontexttype: u32,
    pvcontext: *const c_void,
    hwnd: Option<HWND>,
    pwsztitle: P3,
    dwflags: u32,
    pvreserved: *const c_void,
) -> BOOL
where P3: Param<PCWSTR>,