windows::Win32::Security::Cryptography

Function CryptUnregisterDefaultOIDFunction

pub unsafe fn CryptUnregisterDefaultOIDFunction<P1, P2>(
    dwencodingtype: u32,
    pszfuncname: P1,
    pwszdll: P2,
) -> BOOL
where P1: Param<PCSTR>, P2: Param<PCWSTR>,