windows::Win32::Security::Cryptography

Function BCryptRemoveContextFunctionProvider

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