pub unsafe fn CryptRegisterOIDFunction<P0, P1, P2, P3>(
    dwencodingtype: u32,
    pszfuncname: P0,
    pszoid: P1,
    pwszdll: P2,
    pszoverridefuncname: P3,
) -> BOOL
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<PCWSTR>, P3: Param<PCSTR>,