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