pub unsafe fn CryptUnregisterOIDFunction<P0, P1>(
    dwencodingtype: u32,
    pszfuncname: P0,
    pszoid: P1,
) -> BOOL
where P0: Param<PCSTR>, P1: Param<PCSTR>,