windows::Win32::Security::Cryptography

Function BCryptQueryContextConfiguration

pub unsafe fn BCryptQueryContextConfiguration<P1>(
    dwtable: BCRYPT_TABLE,
    pszcontext: P1,
    pcbbuffer: *mut u32,
    ppbuffer: Option<*mut *mut CRYPT_CONTEXT_CONFIG>,
) -> NTSTATUS
where P1: Param<PCWSTR>,