pub unsafe extern "system" fn BCryptQueryContextFunctionConfiguration(
    dwtable: BCRYPT_TABLE,
    pszcontext: PCWSTR,
    dwinterface: BCRYPT_INTERFACE,
    pszfunction: PCWSTR,
    pcbbuffer: *mut u32,
    ppbuffer: *mut *mut CRYPT_CONTEXT_FUNCTION_CONFIG
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"