windows::Win32::Security::Cryptography

Function CryptRegisterDefaultOIDFunction

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