windows::Win32::Security::Cryptography

Function BCryptQueryContextFunctionConfiguration

pub unsafe fn BCryptQueryContextFunctionConfiguration<P1, P3>(
    dwtable: BCRYPT_TABLE,
    pszcontext: P1,
    dwinterface: BCRYPT_INTERFACE,
    pszfunction: P3,
    pcbbuffer: *mut u32,
    ppbuffer: Option<*mut *mut CRYPT_CONTEXT_FUNCTION_CONFIG>,
) -> NTSTATUS
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,