CryptInstallOIDFunctionAddress

Function CryptInstallOIDFunctionAddress 

pub unsafe fn CryptInstallOIDFunctionAddress<P2>(
    hmodule: Option<HMODULE>,
    dwencodingtype: u32,
    pszfuncname: P2,
    rgfuncentry: &[CRYPT_OID_FUNC_ENTRY],
    dwflags: u32,
) -> BOOL
where P2: Param<PCSTR>,