windows::Win32::Security::Cryptography

Function BCryptAddContextFunctionProvider

pub unsafe fn BCryptAddContextFunctionProvider<P1, P3, P4>(
    dwtable: u32,
    pszcontext: P1,
    dwinterface: u32,
    pszfunction: P3,
    pszprovider: P4,
    dwposition: u32,
) -> NTSTATUS
where P1: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,